Compare commits

...

2 Commits

Author SHA1 Message Date
Nicolas Bally
eab5437c48 suite 2018-05-30 13:03:58 +02:00
Nicolas Bally
5091b7de99 git ignore 2018-05-30 13:03:50 +02:00
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -14,3 +14,5 @@
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/*.log /log/*.log
/tmp /tmp
.DS_Store

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"