diff --git a/config/deploy.rb b/config/deploy.rb index 9b83f9b..be8ef75 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -5,7 +5,7 @@ set :application, 'negos_app' set :user, 'web' set :scm_user, "git" - set :scm_host, "git.nicolasbally.com" + set :scm_host, "gitlab.quartz.xyz" @@ -33,7 +33,7 @@ set :application, 'negos_app' set :scm, :git - set :repository, "#{scm_user}@#{scm_host}:root/#{application}.git" + set :repository, "#{scm_user}@#{scm_host}:quartz/#{application}.git" set :branch, "master"