suite
This commit is contained in:
parent
d79524d955
commit
940cd35f96
@ -4,7 +4,7 @@ set :application, 'pendragon_app'
|
|||||||
|
|
||||||
|
|
||||||
set :user, 'web'
|
set :user, 'web'
|
||||||
set :scm_user, "nicolas"
|
set :scm_user, "git"
|
||||||
set :scm_host, "quartz.snlab.fr"
|
set :scm_host, "quartz.snlab.fr"
|
||||||
|
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ set :application, 'pendragon_app'
|
|||||||
|
|
||||||
set :scm, :git
|
set :scm, :git
|
||||||
|
|
||||||
set :repository, "#{scm_user}@#{scm_host}:nbally/#{application}.git"
|
set :repository, "#{scm_user}@#{scm_host}:nicolas/#{application}.git"
|
||||||
|
|
||||||
set :branch, "master"
|
set :branch, "master"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
APP_RUBY=2.1.2
|
APP_RUBY=2.1.2
|
||||||
ENV=production
|
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
|
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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user