new
This commit is contained in:
parent
9c1c216ba3
commit
e136fe839e
@ -30,7 +30,7 @@ set :application, 'site_perso_app'
|
|||||||
role :db, domain, :primary => true
|
role :db, domain, :primary => true
|
||||||
|
|
||||||
set :scm, :git
|
set :scm, :git
|
||||||
set :repository, "git@git.nicolasbally.com:root/site_perso_app.git"
|
set :repository, "git@git.nicolasbally.com:root/site-perso.git"
|
||||||
set :branch, "master"
|
set :branch, "master"
|
||||||
|
|
||||||
default_run_options[:pty] = true
|
default_run_options[:pty] = true
|
||||||
|
@ -5,6 +5,6 @@ pid "/home/web/#{@rails_app}/shared/unicorn.pid"
|
|||||||
stderr_path "/home/web/#{@rails_app}/shared/log/unicorn.log"
|
stderr_path "/home/web/#{@rails_app}/shared/log/unicorn.log"
|
||||||
stdout_path "/home/web/#{@rails_app}/shared/log/unicorn.log"
|
stdout_path "/home/web/#{@rails_app}/shared/log/unicorn.log"
|
||||||
|
|
||||||
listen "/home/web/#{@rails_app}/shared/tmp/unicorn.sock"
|
listen "/home/web/#{@rails_app}/shared/unicorn.sock"
|
||||||
worker_processes 2
|
worker_processes 2
|
||||||
timeout 30
|
timeout 30
|
Loading…
x
Reference in New Issue
Block a user