From 5876b01b10de6ee074df6e6e88f919d7b7dd7187 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 26 Apr 2018 23:32:04 +0200 Subject: [PATCH] suite --- config/deploy.rb | 2 +- config/env_init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index de884f3..250e17b 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -48,7 +48,7 @@ require 'bundler/capistrano' -load 'deploy/assets' +#load 'deploy/assets' namespace :deploy do diff --git a/config/env_init b/config/env_init index da6b389..ec4b5f2 100644 --- a/config/env_init +++ b/config/env_init @@ -1,7 +1,7 @@ APP_RUBY=1.9.3-p0 ENV=production -APP_ROOT=/srv/www/web/pic_vert_app/current/ +APP_ROOT=/srv/www/web/chasselay_app/current/ GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY UNICORN_OPTS="-D -E ${ENV} -c ${APP_ROOT}/config/unicorn.rb"