This commit is contained in:
Nicolas Bally 2019-07-23 17:10:12 +02:00
parent eb19552544
commit 869aaacbd6
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
set :rvm_ruby_string, 'ruby-2.0.0-p195' set :rvm_ruby_string, 'ruby-2.0.0-p648'
set :application, 'blog_eft_app' set :application, 'blog_eft_app'
set :domain, 'quartz-www02.sysnove.net' set :domain, 'quartz-www02.sysnove.net'

View File

@ -9,7 +9,7 @@ set :scm_host, "git.nicolasbally.com"
set :rvm_ruby_string, 'ruby-2.0.0-p195' set :rvm_ruby_string, 'ruby-2.0.0-p648'
set :rvm_autolibs_flag, "read-only" set :rvm_autolibs_flag, "read-only"
set :bundle_cmd, "/home/#{user}/.rvm/gems/#{rvm_ruby_string}@global/bin/bundle" set :bundle_cmd, "/home/#{user}/.rvm/gems/#{rvm_ruby_string}@global/bin/bundle"

View File

@ -1,4 +1,4 @@
APP_RUBY=2.0.0-p195 APP_RUBY=2.0.0-p648
ENV=production ENV=production
APP_ROOT=/srv/www/web/blog_eft_app/current/ APP_ROOT=/srv/www/web/blog_eft_app/current/
GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY

View File

@ -6,7 +6,7 @@ set -e
# Change these to match your app: # Change these to match your app:
APP_NAME=blog_eft_app APP_NAME=blog_eft_app
APP_RUBY=2.0.0-p195 APP_RUBY=2.0.0-p648
APP_ROOT="/home/web/blog_eft_app/current" APP_ROOT="/home/web/blog_eft_app/current"
PID="/home/web/blog_eft_app/shared/unicorn.pid" PID="/home/web/blog_eft_app/shared/unicorn.pid"
ENV=production ENV=production

View File

@ -6,7 +6,7 @@ set -e
# Change these to match your app: # Change these to match your app:
APP_NAME=blog_eft_app APP_NAME=blog_eft_app
APP_RUBY=2.0.0-p195 APP_RUBY=2.0.0-p648
APP_ROOT="/home/web/blog_eft_app/current" APP_ROOT="/home/web/blog_eft_app/current"
PID="/home/web/blog_eft_app/shared/unicorn.pid" PID="/home/web/blog_eft_app/shared/unicorn.pid"
ENV=production ENV=production