run deploy check aswell.

This commit is contained in:
WGAVermeer
2026-03-11 09:26:45 +01:00
parent 5fa195a0dc
commit 1c545638b9

View File

@@ -1,6 +1,6 @@
services: services:
web: web:
command: python -Wa manage.py test --noinput --parallel command: python manage.py check --deploy; python -Wa manage.py test --noinput --parallel
restart: "no" restart: "no"
env_file: env_file:
- path: .env.template - path: .env.template