Use git branch master for deploy

This commit is contained in:
Jesse C. Fisher 2015-12-29 23:31:30 -08:00
parent 8e5dfc80b9
commit 0f108a8118

View File

@ -6,7 +6,7 @@ set :repo_url, 'git@bitbucket.org:jessecfisher/thirteen-tien-len.git'
set :assets_dir, %w(public/assets public/system)
#set :local_assets_dir, %w(public/assets public/att)
set :branch, proc { `git rev-parse --abbrev-ref stash`.chomp }
#set :branch, proc { `git rev-parse --abbrev-ref stash`.chomp }
#ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }
set :deploy_to, "/home/jesse/web/thirteen-tien-len_#{fetch(:stage)}"