This commit is contained in:
Nicolas Bally 2018-05-30 13:03:58 +02:00
parent 5091b7de99
commit eab5437c48

View File

@ -5,7 +5,7 @@ set :application, 'new_ads_app'
set :user, 'web' set :user, 'web'
set :scm_user, "git" set :scm_user, "git"
set :scm_host, "git.nicolasbally.com" set :scm_host, "quartz.snlab.fr"
@ -33,7 +33,7 @@ role :db, domain, :primary => true
set :scm, :git set :scm, :git
set :repository, "#{scm_user}@#{scm_host}:root/#{application}.git" set :repository, "#{scm_user}@#{scm_host}:nicolas/#{application}.git"
set :branch, "master" set :branch, "master"