This commit is contained in:
Nicolas Bally 2014-12-07 22:56:46 +01:00
parent e5dd0138d8
commit b6245b42ba
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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