mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
Merge branch 'master' into django-3.2-migration
This commit is contained in:
commit
121d04e1d5
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
@ -45,10 +45,15 @@ jobs:
|
|||||||
|
|
||||||
sudo systemctl restart uwsgi
|
sudo systemctl restart uwsgi
|
||||||
|
|
||||||
sentry-release:
|
sentry:
|
||||||
- uses: actions/checkout@v2
|
runs-on: ubuntu-latest
|
||||||
- name: Create Sentry release
|
environment: production
|
||||||
uses: getsentry/action-release@v1
|
timeout-minutes: 30
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Sentry Release
|
||||||
|
uses: getsentry/action-release@v1.2.0
|
||||||
env:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||||
|
3
.github/workflows/unittests.yml
vendored
3
.github/workflows/unittests.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user