Compare commits

..

No commits in common. "eab5437c4880ba294c59d2ed46ea7f9316fa1bca" and "6fd725cb0c48596b3e277e06bfc560c24c02dd5f" have entirely different histories.

2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

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