Skip to content

Commit 00d16a7

Browse files
committed
Use an https:// link to avoid pulling data over plain-text.
1 parent f661090 commit 00d16a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set :domain, 'neon.ruby-lang.org'
66
set :user, 'rubylang'
77
set :deploy_to, "/home/#{user}/www.ruby-lang.org"
8-
set :repository, 'git://github.com/ruby/www.ruby-lang.org.git'
8+
set :repository, 'https://github.com/ruby/www.ruby-lang.org.git'
99
set :branch, 'master'
1010

1111
task :environment do

0 commit comments

Comments
 (0)