Last Updated: February 25, 2016
·
813
· rxc178

Heroku Deployments

If you want to setup notifications for your heroku deployments, try this:

heroku addons:add deployhooks:email \
recipient=you@youremailprovider.com \
subject="{{user}} deployed {{app}} #deploy #production" \
body="Message Header: {{git_log}}"

Or if you are lazy, add the email hook add-on.