initial
This commit is contained in:
parent
b69341082d
commit
e293051bac
@ -9,11 +9,11 @@ set :scm_host, "gitlab.bally.me"
|
||||
|
||||
|
||||
|
||||
set :rvm_ruby_string, 'ruby-2.1.2'
|
||||
set :rvm_ruby_string, 'ruby-2.1.2@ual'
|
||||
set :rvm_autolibs_flag, "read-only"
|
||||
|
||||
set :bundle_cmd, "/home/#{user}/.rvm/gems/#{rvm_ruby_string}@global/bin/bundle"
|
||||
set :bundle_dir, "/home/#{user}/.rvm/gems/#{rvm_ruby_string}"
|
||||
#set :bundle_cmd, "/home/#{user}/.rvm/gems/#{rvm_ruby_string}/bin/bundle"
|
||||
#set :bundle_dir, "/home/#{user}/.rvm/gems/#{rvm_ruby_string}"
|
||||
set :use_sudo, false
|
||||
|
||||
|
||||
|
@ -6,12 +6,12 @@ set -e
|
||||
|
||||
# Change these to match your app:
|
||||
APP_NAME=ecole_eft_app
|
||||
APP_RUBY=2.1.2
|
||||
APP_RUBY=2.1.2@ual
|
||||
APP_ROOT="/home/web/ual_app/current"
|
||||
PID="/home/web/ual_app/shared/unicorn.pid"
|
||||
ENV=production
|
||||
|
||||
GEM_HOME="/home/web/.rvm/gems/ruby-$APP_RUBY"
|
||||
GEM_HOME="/home/web/ual_app/shared/bundle/ruby/2.1.0"
|
||||
|
||||
UNICORN_OPTS="-D -E $ENV -c $APP_ROOT/config/unicorn.rb"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user