This commit is contained in:
Nicolas Bally 2018-04-26 23:32:04 +02:00
parent db2e221609
commit 5876b01b10
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ require 'bundler/capistrano'
load 'deploy/assets' #load 'deploy/assets'
namespace :deploy do namespace :deploy do

View File

@ -1,7 +1,7 @@
APP_RUBY=1.9.3-p0 APP_RUBY=1.9.3-p0
ENV=production 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 GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY
UNICORN_OPTS="-D -E ${ENV} -c ${APP_ROOT}/config/unicorn.rb" UNICORN_OPTS="-D -E ${ENV} -c ${APP_ROOT}/config/unicorn.rb"