Sha256: b8d89d197ffa51ddb3b75f34a32201c4f2b0ba85c5816e28802130b0b8f17946

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

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

set :bundle_rsync_scm, 'git'
set :repo_url, 'https://github.com/sonots/try_rails4'
set :branch, 'master'
set :bundle_rsync_skip_bundle, true

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/skip_bundle.rb
capistrano-bundle_rsync-0.5.1 example/config/deploy/skip_bundle.rb
capistrano-bundle_rsync-0.5.0 example/config/deploy/skip_bundle.rb