From 9e62406885900b2d27f1a1aeb6e457a99f1f2a28 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 11 Jun 2018 01:47:36 +0200 Subject: [PATCH] suite --- 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 f0157af..b2599f0 100755 --- 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=pic_vert_app +APP_NAME=karim_app APP_RUBY=ruby-2.3.0 -APP_ROOT="/srv/www/web/pic_vert_app/current" -PID="/srv/www/web/pic_vert_app/shared/unicorn.pid" +APP_ROOT="/srv/www/web/karim_app/current" +PID="/srv/www/web/karim_app/shared/unicorn.pid" ENV=production GEM_HOME="/srv/www/web/.rvm/gems/ruby-$APP_RUBY"