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