From 2b9f5f060a1ae9d2ffc53d43eee547e6c1c98f25 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 25 Jul 2013 12:03:06 -0600 Subject: use shorthand form to specify server ip address --- config/deploy/mo.rb | 7 +------ 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3