This commit is contained in:
Nicolas Bally 2018-04-17 02:16:50 +02:00
parent 6868876b90
commit f5dec3d102

View File

@ -5,7 +5,7 @@ set :application, 'negos_app'
set :user, 'web' set :user, 'web'
set :scm_user, "git" 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 :scm, :git
set :repository, "#{scm_user}@#{scm_host}:quartz/#{application}.git" set :repository, "#{scm_user}@#{scm_host}:nicolas/#{application}.git"
set :branch, "master" set :branch, "master"