Sha256: 7498526f6ffe294a4daedccddf478d99ad2df48f762717f15003391a76a48e11

Contents?: true

Size: 260 Bytes

Versions: 12

Compression:

Stored size: 260 Bytes

Contents

# Common hooks for all scenarios.
Capistrano::Configuration.instance(:must_exist).load do
  after 'deploy:setup' do
    app.setup
    bundler.setup
  end
    
  after "deploy:update_code" do
    symlinks.make
    bundler.install
    deploy.cleanup
  end
end


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dark-capistrano-recipes-0.6.17 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.16 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.15 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.14.0 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.12.0 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.11 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.10 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.9 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.8 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.6 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.5 lib/recipes/hooks.rb
dark-capistrano-recipes-0.6.4 lib/recipes/hooks.rb