diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-25 12:03:06 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-25 12:03:06 -0600 |
| commit | 2b9f5f060a1ae9d2ffc53d43eee547e6c1c98f25 (patch) | |
| tree | f5823b1459ad9e5910f789f3afdcebe10effcec6 | |
| parent | 57810dd125a9705af1adcfdaa05f43a70448b8fd (diff) | |
use shorthand form to specify server ip address
| -rw-r--r-- | config/deploy/mo.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/deploy/mo.rb b/config/deploy/mo.rb index 7a4aa1a..ca6cf9b 100644 --- a/config/deploy/mo.rb +++ b/config/deploy/mo.rb @@ -1,8 +1,3 @@ -# Your HTTP server, Apache/etc -role :web, "192.241.151.56" -# This may be the same as your `Web` server -role :app, "192.241.151.56" -# This is where Rails migrations will run -role :db, "192.241.151.56", primary: true +server "192.241.151.56", :web, :app, :db, primary: true set :branch, "mo" |
