Sha256: 293e2e5500178e71504c15a26375254bf5f05f5a75759fb04603c1556f8fa77d

Contents?: true

Size: 200 Bytes

Versions: 7

Compression:

Stored size: 200 Bytes

Contents

module Hercules
  class Triggers
    def self.before_deploy(options)
      true
    end

    def self.after_deploy(options)
      FileUtils.touch "./branch_name_#{options[:branch]}"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hercules-0.2.6 tests/fixtures/deployer_branch.rb
hercules-0.2.5 tests/fixtures/deployer_branch.rb
hercules-0.2.4 tests/fixtures/deployer_branch.rb
hercules-0.2.3 tests/fixtures/deployer_branch.rb
hercules-0.2.2 tests/fixtures/deployer_branch.rb
hercules-0.1.2 tests/fixtures/deployer_branch.rb
hercules-0.1.1 tests/fixtures/deployer_branch.rb