Skip to content

Heroku Slack Notifications

Friday, Jun 11, 2021

At work, we use Heroku to deploy our staging servers. We also use Slack to centralize all of our notification and monitoring. The one part of out stack that we couldn't get into Slack was staging deployments... so I built a Heroku Buildpack to do just that!

/images/posts/2021-06-11-heroku-slack-notifications/buildpack.png

When you enable it, you'll get messages like this:

/images/posts/2021-06-11-heroku-slack-notifications/slack.png

See the code and learn more at https://github.com/evantahler/heroku-buildpack-notify-slack-deploy

Last updated: