Sha256: 2fefac2c9f72326c4890dcbb7139e53f18468b1b24a816992384063a6bc143b2

Contents?: true

Size: 250 Bytes

Versions: 6

Compression:

Stored size: 250 Bytes

Contents

# load in a particular order here
deployment_recipes = %w(git_based deployment symlinks migration)

deployment_recipes.each do |recipe|
  Capistrano::Configuration.instance.load {
    load("#{File.dirname(__FILE__)}/deployment/#{recipe}.rb")
  }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thunder_punch-0.1.6 lib/thunder_punch/recipes/deployment.rb
thunder_punch-0.1.5 lib/thunder_punch/recipes/deployment.rb
thunder_punch-0.1.4 lib/thunder_punch/recipes/deployment.rb
thunder_punch-0.1.3 lib/thunder_punch/recipes/deployment.rb
thunder_punch-0.1.2 lib/thunder_punch/recipes/deployment.rb
thunder_punch-0.1.1 lib/thunder_punch/recipes/deployment.rb