From d560bce945b31727b8b6096cd80559730ecf5aa6 Mon Sep 17 00:00:00 2001 From: Xavier J Date: Fri, 20 Nov 2015 09:59:32 +0100 Subject: [PATCH] update deploy for https github --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index cda58a7a3..239422531 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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'