1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

trying out Sentry logging on /api/hits

This commit is contained in:
2021-06-13 11:31:18 -04:00
parent c02f3e7e9a
commit 622432c3e4
5 changed files with 126 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
name: Lighthouse
name: Post-Deploy
on:
deployment_status
jobs:
audit:
release:
runs-on: ubuntu-latest
if: github.event.deployment_status.state == 'success'
env:
@@ -14,8 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
lfs: false
fetch-depth: 0
- uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: jakejarvis
SENTRY_PROJECT: jarvis
with:
environment: ${{ github.event.deployment_status.environment }}
- uses: actions/setup-node@v2
with:
node-version: 12.x