Update .gitea/workflows/deploy.yml
All checks were successful
Gitea build & Test. / tests (push) Successful in 6s

This commit is contained in:
2026-03-11 08:38:29 +00:00
parent 5fa195a0dc
commit cba945375c

View File

@@ -31,5 +31,8 @@ jobs:
echo "Building containers..."
make prod
echo "Running Django deploy check"
docker compose run --rm web python manage.py check --deploy
echo "Deployment complete."
EOF