Skip to content

Instantly share code, notes, and snippets.

@jhulten
Created November 3, 2011 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhulten/1337546 to your computer and use it in GitHub Desktop.
Save jhulten/1337546 to your computer and use it in GitHub Desktop.
airbrake block
execute "notify airbrake" do
command %Q[bundle exec rake airbrake:deploy TO=#{deploy_environment} REVISION=`git log --pretty=format:'%h' -n 1` REPO=#{repository} USER=chef >> /tmp/airbrake.log]
user node.default_user
group node.default_group
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment