new ruby
This commit is contained in:
parent
e5dd0138d8
commit
b6245b42ba
@ -10,7 +10,7 @@ set :user, 'web'
|
||||
|
||||
|
||||
|
||||
set :rvm_ruby_string, 'ruby-2.0.0-p195'
|
||||
set :rvm_ruby_string, 'ruby-2.1.2@picvert'
|
||||
set :rvm_autolibs_flag, "read-only"
|
||||
|
||||
set :bundle_cmd, "/home/#{user}/.rvm/gems/#{rvm_ruby_string}@global/bin/bundle"
|
||||
|
@ -6,7 +6,7 @@ set -e
|
||||
|
||||
# Change these to match your app:
|
||||
APP_NAME=pic_vert_app
|
||||
APP_RUBY=2.0.0-p195
|
||||
APP_RUBY=2.1.2@picvert
|
||||
APP_ROOT="/home/web/pic_vert_app/current"
|
||||
PID="/home/web/pic_vert_app/shared/unicorn.pid"
|
||||
ENV=production
|
||||
|
Loading…
x
Reference in New Issue
Block a user