This commit is contained in:
Nicolas Bally 2013-09-09 16:29:29 +02:00
parent abdc7451c9
commit e82cfe5d6c

View File

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