Sha256: 95278a03ee5746c965dd1e2ab8d3aa969f5781a0bf3639f86ac951314c44b123

Contents?: true

Size: 197 Bytes

Versions: 7

Compression:

Stored size: 197 Bytes

Contents

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

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