Skip to content

Commit 5f93559

Browse files
committed
use master branch
1 parent 32f5080 commit 5f93559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Capfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ set :default_environment, {
88

99
set :application, 'neon.ruby-lang.org'
1010
set :scm, :git
11-
set :repository, File.expand_path('..', __FILE__)
11+
set :repository, 'git://github.com/ruby/www.ruby-lang.org.git'
1212
set :branch, 'master'
13-
set :deploy_via, :copy
13+
set :deploy_via, :remote_cache
1414

1515
server 'neon.ruby-lang.org', :app, :web, :db, :primary => true
1616

0 commit comments

Comments
 (0)