Update .gitea/workflows/deploy.yml
All checks were successful
Gitea build & Test. / tests (push) Successful in 6s
All checks were successful
Gitea build & Test. / tests (push) Successful in 6s
This commit is contained in:
@@ -31,5 +31,8 @@ jobs:
|
|||||||
echo "Building containers..."
|
echo "Building containers..."
|
||||||
make prod
|
make prod
|
||||||
|
|
||||||
|
echo "Running Django deploy check"
|
||||||
|
docker compose run --rm web python manage.py check --deploy
|
||||||
|
|
||||||
echo "Deployment complete."
|
echo "Deployment complete."
|
||||||
EOF
|
EOF
|
||||||
Reference in New Issue
Block a user