From 1124838e167e9530c78dda1c34868e7ea36b0c6a Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Thu, 24 Jul 2014 15:51:50 +0200 Subject: [PATCH] Deploy to deploy.qwaiter.com --- config/deploy/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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