Ask for which branch to deploy

This commit is contained in:
Petko Bordjukov 2014-09-17 14:42:57 +03:00
parent a95babec22
commit b2913dc616
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set :application, 'clarion'
set :repo_url, 'https://github.com/ignisf/clarion.git'
# 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
# Default deploy_to directory is /var/www/my_app
set :deploy_to, '/home/barf/clarion'