Skip to content

Instantly share code, notes, and snippets.

@y0mbo
Created January 30, 2013 21:46
Show Gist options
  • Save y0mbo/4677396 to your computer and use it in GitHub Desktop.
Save y0mbo/4677396 to your computer and use it in GitHub Desktop.
Heroku hook to send an email after deployment. Email multiple recipients by adding additional email addresses separated by spaces.
$ heroku addons:add deployhooks:email \
--recipient=me@example.com \
--subject="Myapp Deployed" \
--body="{{user}} deployed app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment