This commit is contained in:
Nicolas Bally 2018-03-14 01:25:18 +01:00
parent d79524d955
commit 940cd35f96
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ set :application, 'pendragon_app'
set :user, 'web'
set :scm_user, "nicolas"
set :scm_user, "git"
set :scm_host, "quartz.snlab.fr"
@ -33,7 +33,7 @@ set :application, 'pendragon_app'
set :scm, :git
set :repository, "#{scm_user}@#{scm_host}:nbally/#{application}.git"
set :repository, "#{scm_user}@#{scm_host}:nicolas/#{application}.git"
set :branch, "master"

View File

@ -1,7 +1,7 @@
APP_RUBY=2.1.2
ENV=production
APP_ROOT=/srv/www/web/nb_app/current/
APP_ROOT=/srv/www/web/pendragon_app/current/
GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY
UNICORN_OPTS="-D -E ${ENV} -c ${APP_ROOT}/config/unicorn.rb"