deploy
This commit is contained in:
parent
abdc7451c9
commit
e82cfe5d6c
@ -5,10 +5,10 @@ set -u
|
||||
set -e
|
||||
|
||||
# Change these to match your app:
|
||||
APP_NAME=technique_eft_app
|
||||
APP_NAME=blog_eft_app
|
||||
APP_RUBY=2.0.0-p195
|
||||
APP_ROOT="/home/web/technique_eft_app/current"
|
||||
PID="/home/web/technique_eft_app/shared/unicorn.pid"
|
||||
APP_ROOT="/home/web/blog_eft_app/current"
|
||||
PID="/home/web/blog_eft_app/shared/unicorn.pid"
|
||||
ENV=production
|
||||
|
||||
GEM_HOME="/home/web/.rvm/gems/ruby-$APP_RUBY"
|
||||
|
Loading…
x
Reference in New Issue
Block a user