From e136fe839ebfd6dbcbed4c79ae8e92f1ce04eb24 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 24 May 2015 13:48:02 +0200 Subject: [PATCH] new --- config/deploy.rb | 2 +- config/unicorn.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index b88b7b1..c420b61 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -30,7 +30,7 @@ set :application, 'site_perso_app' role :db, domain, :primary => true 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" default_run_options[:pty] = true diff --git a/config/unicorn.rb b/config/unicorn.rb index c654685..222a38c 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -5,6 +5,6 @@ pid "/home/web/#{@rails_app}/shared/unicorn.pid" stderr_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 timeout 30 \ No newline at end of file