cap updates

This commit is contained in:
2014-07-11 11:56:58 +02:00
parent 98b6b36017
commit 9b25472832
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
lock '3.2.1' lock '3.2.1'
set :application, 'qwaiter' set :application, 'qwaiter'
set :repo_url, 'root@uflows.com:/var/git/qwaiter.git' #set :repo_url, 'root@uflows.com:/var/git/qwaiter.git'
set :repo_url, '/var/git/qwaiter.git'
# Default branch is :master # Default branch is :master
# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call # ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call
+3 -3
View File
@@ -4,9 +4,9 @@
# is considered to be the first unless any hosts have the primary # is considered to be the first unless any hosts have the primary
# property set. Don't declare `role :all`, it's a meta role. # property set. Don't declare `role :all`, it's a meta role.
role :app, %w{deploy@qwaiter.com} role :app, %w{root@qwaiter.com}
role :web, %w{deploy@qwaiter.com} role :web, %w{root@qwaiter.com}
role :db, %w{deploy@qwaiter.com} role :db, %w{root@qwaiter.com}
# Extended Server Syntax # Extended Server Syntax