diff --git a/config/deploy.rb b/config/deploy.rb index 4fdf3a8..0d895f2 100755 --- 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, "gitlab.quartz.xyz" + set :scm_host, "quartz.snlab.fr" @@ -33,7 +33,7 @@ set :application, 'negos_app' set :scm, :git - set :repository, "#{scm_user}@#{scm_host}:quartz/#{application}.git" + set :repository, "#{scm_user}@#{scm_host}:nicolas/#{application}.git" set :branch, "master"