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"
|
||||
set :rails_env, "production"
|
||||
elsif ENV["to"] == "tps_v2"
|
||||
set :rails_env, "production"
|
||||
set :rails_env, "staging"
|
||||
end
|
||||
|
||||
# For system-wide RVM install.
|
||||
|
|
Loading…
Add table
Reference in a new issue