Fix TPS v2 rails env in deploy.rb
This commit is contained in:
parent
ef5a005b35
commit
dd46485f2e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ set :rails_env, ENV["to"]
|
||||||
if ENV["to"] == "opensimplif"
|
if ENV["to"] == "opensimplif"
|
||||||
set :rails_env, "production"
|
set :rails_env, "production"
|
||||||
elsif ENV["to"] == "tps_v2"
|
elsif ENV["to"] == "tps_v2"
|
||||||
set :rails_env, "production"
|
set :rails_env, "staging"
|
||||||
end
|
end
|
||||||
|
|
||||||
# For system-wide RVM install.
|
# For system-wide RVM install.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue