[cap] use master branch in production

This commit is contained in:
2018-01-17 09:16:17 +03:00
parent 35404d5732
commit 3e65a5ba5d

View File

@@ -10,4 +10,4 @@ user = fetch(:user)
server host, ssh_options: { port: 22, user: user, forward_agent: true } server host, ssh_options: { port: 22, user: user, forward_agent: true }
set :tmp_dir, "/home/#{user}/tmp" set :tmp_dir, "/home/#{user}/tmp"
set :branch, 'develop' set :branch, 'master'