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
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
heroku addons:destroy deployhooks:http
Important:
To record deployments, you need to have an API key with the Write permission. You can create your API key from your account settings.