Sha256: f2934835b2444e52ea1385bb19d311c8eb548530295d5401fb6b972e6b435ebb

Contents?: true

Size: 545 Bytes

Versions: 4

Compression:

Stored size: 545 Bytes

Contents

require 'helpers/<%= stack %>'
module Deployinator
  module Stacks
    class <%= mustache_class %>Deploy < Deployinator::Deploy
        include Deployinator::Helpers::<%= mustache_class %>Helpers

      def <%= stack %>_production(options={})
        old_build = environments[0][:current_build].call

        log_and_stream "Fill in the <%= stack %>_production method in stacks/<%= stack %>.rb!<br>"

        # log the deploy
        log_and_shout :old_build => old_build, :build => environments[0][:next_build].call
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
etsy-deployinator-1.1.1 templates/stack.rb.erb
etsy-deployinator-1.1.0 templates/stack.rb.erb
etsy-deployinator-1.0.2 templates/stack.rb.erb
etsy-deployinator-1.0.1 templates/stack.rb.erb