From e82acdabb0ba00d78b165c7c2694a260d93d3633 Mon Sep 17 00:00:00 2001 From: thomas girod Date: Thu, 29 Aug 2024 11:48:26 +0200 Subject: [PATCH] remove sentry deployment CI (until Sentry is repaired) --- .github/workflows/deploy.yml | 18 ------------------ .github/workflows/taiste.yml | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ca9fac48..5c783a12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,21 +44,3 @@ jobs: poetry run ./manage.py compilemessages sudo systemctl restart uwsgi - - sentry: - runs-on: ubuntu-latest - environment: production - timeout-minutes: 30 - needs: deployment - steps: - - uses: actions/checkout@v3 - - - name: Sentry Release - uses: getsentry/action-release@v1.2.0 - env: - SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - SENTRY_ORG: ${{ secrets.SENTRY_ORG }} - SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} - SENTRY_URL: ${{ secrets.SENTRY_URL }} - with: - environment: production diff --git a/.github/workflows/taiste.yml b/.github/workflows/taiste.yml index cfecf289..bf0da234 100644 --- a/.github/workflows/taiste.yml +++ b/.github/workflows/taiste.yml @@ -43,21 +43,3 @@ jobs: poetry run ./manage.py compilemessages sudo systemctl restart uwsgi - - sentry: - runs-on: ubuntu-latest - environment: taiste - timeout-minutes: 30 - needs: deployment - steps: - - uses: actions/checkout@v3 - - - name: Sentry Release - uses: getsentry/action-release@v1.2.0 - env: - SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - SENTRY_ORG: ${{ secrets.SENTRY_ORG }} - SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} - SENTRY_URL: ${{ secrets.SENTRY_URL }} - with: - environment: taiste