Sha256: eff91fde508bf0f70c6aee4b682d762141f40bf3d59e81da88ea9b5eaff598ea
Contents?: true
Size: 345 Bytes
Versions: 2
Compression:
Stored size: 345 Bytes
Contents
namespace :deploy do desc 'Bundle' task :bundle do on roles :all do within release_path do execute :bundle, "--gemfile #{release_path}/Gemfile --deployment --binstubs #{shared_path}/bin --path #{shared_path}/bundle --without development test cucumber" end end end after 'deploy:update', 'deploy:bundle' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capistrano-3.0.0.pre13 | lib/capistrano/tasks/bundler.rake |
capistrano-3.0.0.pre12 | lib/capistrano/tasks/bundler.rake |