diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-26 09:25:54 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-26 09:25:54 -0700 |
| commit | 6dead347a06849a67e87dfdb36ca63efc05e7024 (patch) | |
| tree | 1831f47cccdc06efc59b6765e901846f7ffde3d4 /config/deploy/mo.rb | |
| parent | 180f5486575b535de3f56d0a124c95b2f2f4a621 (diff) | |
| parent | f6f238c88a0324a3ee60783479e35671b50bdf32 (diff) | |
Merge pull request #13 from madebyuppercut/ty
run db migrations by default
Diffstat (limited to 'config/deploy/mo.rb')
| -rw-r--r-- | config/deploy/mo.rb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config/deploy/mo.rb b/config/deploy/mo.rb index 7a4aa1a..8303ec5 100644 --- a/config/deploy/mo.rb +++ b/config/deploy/mo.rb @@ -1,8 +1 @@ -# 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 - -set :branch, "mo" +server "192.241.151.56", :web, :app, :db, primary: true |
