Skip to content

Commit

Permalink
Upload front-end sourcemap to sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Oct 13, 2023
1 parent ebedaaf commit 2ab3f79
Show file tree
Hide file tree
Showing 4 changed files with 813 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ jobs:

- name: Build client
run: npm run build
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Deploy to production
run: php vendor/bin/vapor deploy production --commit="${GITHUB_SHA}" --message="${GITHUB_REF}"
Expand Down
Loading

0 comments on commit 2ab3f79

Please sign in to comment.