Update deploy.rb with new staging_v2 branch
This commit is contained in:
parent
b3b03a2449
commit
c734c1c960
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ elsif ENV["to"] == "opensimplif"
|
|||
appname = 'opensimplif'
|
||||
elsif ENV["to"] == "tps_v2"
|
||||
if ENV['branch'].nil?
|
||||
set :branch, 'tps_v2'
|
||||
set :branch, 'staging_v2'
|
||||
else
|
||||
set :branch, ENV['branch']
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue