Sha256: ad11af076b250bcb5f03fe33ae787f63756f06ad855278d50e7b0cd6dd31d59d

Contents?: true

Size: 252 Bytes

Versions: 3

Compression:

Stored size: 252 Bytes

Contents

if Gem::Version.new(Capistrano::VERSION) < Gem::Version.new('3.7.0')
  set :scm, :bundle_rsync
end

set :bundle_rsync_scm, 'local_git'
set :repo_url, "#{ENV['PWD']}/try_rails4" # git clone git@github.com:sonots/try_rails4.git

role :app, ['127.0.0.1']

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-bundle_rsync-0.5.2 example/config/deploy/local_git.rb
capistrano-bundle_rsync-0.5.1 example/config/deploy/local_git.rb
capistrano-bundle_rsync-0.5.0 example/config/deploy/local_git.rb