Sha256: b93a7e054a00176b371526a6260c03de1b93384d7b671032d57ee2bcd8b9aa2e

Contents?: true

Size: 372 Bytes

Versions: 4

Compression:

Stored size: 372 Bytes

Contents

Capistrano::Configuration.instance(:must_exist).load do
  namespace :bundler do
    desc "Automatically installed your bundled gems if a Gemfile exists"
    task :bundle_gems do
      run "if [ -f #{release_path}/Gemfile ]; then cd #{release_path} && bundle install --without=test,development; fi"
    end
    after "deploy:symlink_configs","bundler:bundle_gems"
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
eycap-0.5.8 lib/eycap/recipes/bundler.rb
eycap-0.5.7 lib/eycap/recipes/bundler.rb
newrelic-eycap-0.5.6.0 lib/eycap/recipes/bundler.rb
eycap-0.5.6 lib/eycap/recipes/bundler.rb