Created
November 3, 2011 19:32
-
-
Save jhulten/1337546 to your computer and use it in GitHub Desktop.
airbrake block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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