Stop using staging environement

This commit is contained in:
Paul Chavard 2018-08-23 15:00:21 +02:00 committed by gregoirenovel
parent 94382f4176
commit 5dcc74fcbe
6 changed files with 1 additions and 132 deletions

View file

@ -37,7 +37,7 @@ end
print "Deploy to #{ENV['to']} environment branch #{branch}\n"
set :rails_env, ENV["to"]
set :rails_env, 'production'
# For system-wide RVM install.
# set :rvm_path, '/usr/local/rvm/bin/rvm'