Fix TPS v2 rails env in deploy.rb

This commit is contained in:
Xavier J 2016-12-01 18:38:21 +01:00
parent ef5a005b35
commit dd46485f2e

View file

@ -67,7 +67,7 @@ set :rails_env, ENV["to"]
if ENV["to"] == "opensimplif"
set :rails_env, "production"
elsif ENV["to"] == "tps_v2"
set :rails_env, "production"
set :rails_env, "staging"
end
# For system-wide RVM install.