Proxy Heroku deploy hook to other web services.
Heroku deploy hook is provided as an addon, and it is not allowed to have more than one hooks for an app.
- Deploy this as a web app. (You can use Heroku!)
- Add
Deploy Hooks - HTTP Post Hook
addon to your Heroku app, and configure it to post to the app you have setup at 1. - Deploy your new version!
Specify the following env vars:
- NEWRELIC_API_KEY
- NEWRELIC_APP_ID
However, you can use Heroku addon version of New Relic, if you just want to be notified to New Relic.
Specify the following env vars:
- AIRBRAKE_API_KEY
- AIRBRAKE_RAILS_ENV
- AIRBRAKE_REPOSITORY
Specify the following env vars:
- SLACK_HOOK_URL
- REVISION_URL_BASE (optional, used to link the commit digest)
$ bundle install
$ rake test
- Send me your pull requests!