From 369de39542db4f4f2915aeb528f3fcf5ce8354cc Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 11 Dec 2018 13:42:21 +0100 Subject: [PATCH] suite --- config/deploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 98b33ac..eaf0cc6 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -5,7 +5,7 @@ set :application, 'ual_app' set :user, 'web' set :scm_user, "git" -set :scm_host, "git.nicolasbally.com" +set :scm_host, "quartz.snlab.fr" @@ -33,7 +33,7 @@ role :db, domain, :primary => true set :scm, :git -set :repository, "#{scm_user}@#{scm_host}:root/#{application}.git" +set :repository, "#{scm_user}@#{scm_host}:nicolas/#{application}.git" set :branch, "master"