From 2c4c51fe7754cf0cee651b36a15d33491fd027df Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Thu, 24 Jul 2014 15:53:33 +0200 Subject: [PATCH] Deploy to deploy.qwaiter.com --- config/deploy/production.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/deploy/production.rb b/config/deploy/production.rb index ce2d86c3..2be87855 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -4,9 +4,9 @@ # is considered to be the first unless any hosts have the primary # property set. Don't declare `role :all`, it's a meta role. -role :app, %w{root@qwaiter.com} -role :web, %w{root@qwaiter.com} -role :db, %w{root@qwaiter.com} +role :app, %w{root@deploy.qwaiter.com} +role :web, %w{root@deploy.qwaiter.com} +role :db, %w{root@deploy.qwaiter.com} # Extended Server Syntax