Upload front-end sourcemap to sentry

This commit is contained in:
Julien Nahum
2023-10-13 11:31:56 +02:00
parent ebedaaf796
commit 2ab3f79801
4 changed files with 813 additions and 18 deletions

View File

@@ -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}"