From e82cfe5d6cdf281a13bfc666eddba474b1cff2ca Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 9 Sep 2013 16:29:29 +0200 Subject: [PATCH] deploy --- config/unicorn_init_d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/unicorn_init_d b/config/unicorn_init_d index b9192d0..1729dba 100644 --- a/config/unicorn_init_d +++ b/config/unicorn_init_d @@ -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"