Use git branch master for deploy
This commit is contained in:
parent
8e5dfc80b9
commit
0f108a8118
@ -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)}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user