From 94fcdaccd35205c85740ff60f39bf7705a26986c Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Thu, 30 May 2024 23:02:36 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 430bb5a4..1c0cfb83 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,18 @@ jobs: yarn build touch out/.nojekyll + - name: Create a Sentry Release + uses: getsentry/action-release@v1.1.6 + env: + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} + SENTRY_ORG: betagouv + SENTRY_URL: https://sentry.incubateur.net/ + with: + environment: production + sourcemaps: 'dist/**/*.map' + projects: template-nextjs + ignore_missing: true + # deploy build to gh-pages - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.9