Skip to content

Commit

Permalink
Add sentry and newrelic pings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Aug 13, 2024
1 parent 7eb7fdf commit e1cf8f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ jobs:
kill-lsphp: true
github-token: ${{ secrets.GITHUB_TOKEN }}
acf-url: ${{ secrets.ACF_URL }}
newrelic-app-id: ${{ secrets.NEWRELIC_APP_ID }}
newrelic-api-key: ${{ secrets.NEWRELIC_API_KEY }}
sentry-url: ${{ vars.SENTRY_URL }}
sentry-org: ${{ vars.SENTRY_ORG }}
sentry-version: ${{ vars.SENTRY_VERSION }}
sentry-api-key: ${{ secrets.SENTRY_API_KEY }}
sentry-env: prod
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
php-version: ${{ secrets.PHP_VERSION }}
kill-lsphp: true
github-token: ${{ secrets.GITHUB_TOKEN }}
acf-url: ${{ secrets.ACF_URL }}
acf-url: ${{ secrets.ACF_URL }}

0 comments on commit e1cf8f1

Please sign in to comment.