new git repository

This commit is contained in:
Nicolas Bally 2015-11-30 02:06:21 +01:00
parent 514bcb851b
commit 672372db03

View File

@ -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"