suite
This commit is contained in:
parent
eb19552544
commit
869aaacbd6
@ -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 :domain, 'quartz-www02.sysnove.net'
|
||||
|
||||
|
@ -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 :bundle_cmd, "/home/#{user}/.rvm/gems/#{rvm_ruby_string}@global/bin/bundle"
|
||||
|
@ -1,4 +1,4 @@
|
||||
APP_RUBY=2.0.0-p195
|
||||
APP_RUBY=2.0.0-p648
|
||||
ENV=production
|
||||
APP_ROOT=/srv/www/web/blog_eft_app/current/
|
||||
GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY
|
||||
|
@ -6,7 +6,7 @@ set -e
|
||||
|
||||
# Change these to match your 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"
|
||||
PID="/home/web/blog_eft_app/shared/unicorn.pid"
|
||||
ENV=production
|
||||
|
@ -6,7 +6,7 @@ set -e
|
||||
|
||||
# Change these to match your 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"
|
||||
PID="/home/web/blog_eft_app/shared/unicorn.pid"
|
||||
ENV=production
|
||||
|
Loading…
x
Reference in New Issue
Block a user