Merge branch 'pre-prod' of https://gitea.woutervermeer.com/woutervermeer/Quatsh-Website into pre-prod
Some checks failed
Gitea build & Test. / tests (push) Failing after 3s

This commit is contained in:
WGAVermeer
2026-03-25 15:44:27 +01:00
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- pre-prod
- main
pull_request:
jobs:
@@ -15,3 +16,6 @@ jobs:
- name: Build and test
run: make test
- name: Build
run: make prod

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