Track Deploys with Honeybadger (#19338)
This commit is contained in:
parent
d2e3b71eea
commit
531f15566d
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci-cd.yml
vendored
8
.github/workflows/ci-cd.yml
vendored
|
|
@ -427,3 +427,11 @@ jobs:
|
|||
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
|
||||
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
|
||||
heroku_email: ${{ secrets.HEROKU_EMAIL }}
|
||||
- uses: honeybadger-io/github-notify-deploy-action@v1
|
||||
with:
|
||||
api_key: ${{ secrets.HONEYBADGER_API_KEY_RUBY }}
|
||||
if: matrix.environment == 'production'
|
||||
- uses: honeybadger-io/github-notify-deploy-action@v1
|
||||
with:
|
||||
api_key: ${{ secrets.HONEYBADGER_API_KEY_JAVASCRIPT }}
|
||||
if: matrix.environment == 'production'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue