Update deploy.rb with new staging_v2 branch

This commit is contained in:
Xavier J 2016-11-15 11:19:18 +01:00
parent b3b03a2449
commit c734c1c960

View file

@ -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