Sha256: 9dd6ac990b92f83608e6cc39ad0c7794f94e7003cce03a60a86551fe952dc2ac
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
Capistrano::Configuration.instance(:must_exist).load do _cset :honeybadger_roles, [:app] namespace :honeybadger do task :notify_deploy, :roles => honeybadger_roles do run "cd #{current_path} && #{rake} honeybadger:deploy RAILS_ENV=#{rails_env} TO=#{branch} USER=#{honeybadger_user} REVISION=#{real_revision} REPO=#{repository}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thunder_punch-0.1.3 | lib/thunder_punch/recipes/honeybadger.rb |
thunder_punch-0.1.2 | lib/thunder_punch/recipes/honeybadger.rb |
thunder_punch-0.1.1 | lib/thunder_punch/recipes/honeybadger.rb |