summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-10-18 13:12:50 +0200
committerAzul <azul@leap.se>2013-10-18 13:12:50 +0200
commit936015afe051c82d5677601f7f58944ed42b4623 (patch)
treec683c8acef256d7825ceab2cb24a2c530f98ec66 /config
parented3b83e31a16732f309eb470358bf06c1190b4f8 (diff)
use https sources in Gemfiles and also in the documentation (#4109)
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb.example b/config/deploy.rb.example
index 9e54c22..1fd4b8c 100644
--- a/config/deploy.rb.example
+++ b/config/deploy.rb.example
@@ -3,7 +3,7 @@ require "bundler/capistrano"
set :application, "webapp"
set :scm, :git
-set :repository, "git://leap.se/leap_web"
+set :repository, "https://leap.se/git/leap_web"
set :branch, "master"
set :deploy_via, :remote_cache