Deploy to deploy.qwaiter.com

This commit is contained in:
2014-07-24 15:53:33 +02:00
parent 1124838e16
commit 2c4c51fe77
+3 -3
View File
@@ -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