Created
February 15, 2012 20:56
-
-
Save kenmickles/1838952 to your computer and use it in GitHub Desktop.
Heroku email deploy hook
This file contains 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
heroku addons:add deployhooks:email \ | |
[email protected] \ | |
--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