Handle the GitHub org rename: sgmap -> betagouv

This commit is contained in:
gregoirenovel 2018-01-10 17:26:12 +01:00
parent e2bcace4ff
commit 289461d708
7 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ raise "missing domain, run with 'rake deploy domain=37.187.154.237'" if ENV['dom
# set :domain, '5.135.190.60'
set :domain, ENV['domain']
set :repository, 'https://github.com/sgmap/tps.git'
set :repository, 'https://github.com/betagouv/tps.git'
set :port, 2200
set :deploy_to, '/var/www/tps_dev'