diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 2b682bf3..ce2d86c3 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -15,7 +15,7 @@ role :db, %w{root@qwaiter.com} # server list. The second argument is a, or duck-types, Hash and is # used to set extended properties on the server. -server 'qwaiter.com', user: 'root', roles: %w{web app}, my_property: :my_value +server 'deploy.qwaiter.com', user: 'root', roles: %w{web app}, my_property: :my_value # Custom SSH Options