Stop using staging environement
This commit is contained in:
parent
94382f4176
commit
5dcc74fcbe
6 changed files with 1 additions and 132 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue