Report deploys to Atatus from your Heroku application

Use the freely available Deploy Hook add-on in Heroku. Run the following commands from your application’s directory.

copy
icon/buttons/copy
heroku addons:create deployhooks:http \
  --url="https://api.atatus.com/v2/projects/:projectId/deployments?api_key=YOUR_API_KEY_HERE&revision=&release_stage=production"

If you’ve already set up the HTTP deploy hook, you must remove it first.

copy
icon/buttons/copy
heroku addons:destroy deployhooks:http