Merge branch 'master' into django-3.2-migration

This commit is contained in:
Théo DURR 2022-08-27 00:03:58 +02:00
commit 121d04e1d5
No known key found for this signature in database
GPG Key ID: 708858E9F7281E30
2 changed files with 18 additions and 12 deletions

View File

@ -44,15 +44,20 @@ jobs:
poetry run ./manage.py compilemessages poetry run ./manage.py compilemessages
sudo systemctl restart uwsgi sudo systemctl restart uwsgi
sentry:
runs-on: ubuntu-latest
environment: production
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
sentry-release: - name: Sentry Release
- uses: actions/checkout@v2 uses: getsentry/action-release@v1.2.0
- name: Create Sentry release env:
uses: getsentry/action-release@v1 SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
env: SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }} SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} with:
SENTRY_URL: ${{ secrets.SENTRY_URL }} environment: production
with:
environment: production

View File

@ -19,7 +19,8 @@ jobs:
uses: technote-space/get-diff-action@v6 uses: technote-space/get-diff-action@v6
id: git-diff id: git-diff
with: with:
PATTERNS: +**/*.+(py) PATTERNS: |
**/*.py
- name: Set up python - name: Set up python
if: steps.git-diff.outputs.diff if: steps.git-diff.outputs.diff