Skip to content

Instantly share code, notes, and snippets.

@kenmickles
Created February 15, 2012 20:56
Show Gist options
  • Save kenmickles/1838952 to your computer and use it in GitHub Desktop.
Save kenmickles/1838952 to your computer and use it in GitHub Desktop.
Heroku email deploy hook
heroku addons:add deployhooks:email \
--recipient=ken@37i.net \
--subject="{{app}} was deployed by {{user}}" \
--body="Changes:\n\n{{git_log}}\n\n---\n{{url}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment