new git repository
This commit is contained in:
parent
514bcb851b
commit
672372db03
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user