Sha256: 9002941d66d64bd9a4a7b33d151098cfe71bec9837b8f1444cc7b27c890a8fd7

Contents?: true

Size: 181 Bytes

Versions: 7

Compression:

Stored size: 181 Bytes

Contents

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

    def self.after_deploy(options)
      FileUtils.touch "./after_deploy"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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