update deploy for https github
This commit is contained in:
parent
8d75046810
commit
d560bce945
1 changed files with 1 additions and 1 deletions
|
@ -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@github.com:sgmap/tps.git'
|
||||
set :repository,'https://github.com/sgmap/tps.git'
|
||||
set :port, 2200
|
||||
|
||||
set :deploy_to, '/var/www/tps_dev'
|
||||
|
|
Loading…
Reference in a new issue