deploy for github

This commit is contained in:
Xavier J 2015-11-19 18:35:29 +01:00
parent a064bdbef7
commit 8d75046810

View file

@ -20,7 +20,7 @@ print "Deploy to #{ENV['to']} environment branch #{branch}\n"
# set :domain, '5.135.190.60'
set :domain, ENV['domain']
set :repository, 'ssh://git@37.187.249.111:2200/opt/git/tps.git'
set :repository, 'ssh://git@github.com:sgmap/tps.git'
set :port, 2200
set :deploy_to, '/var/www/tps_dev'