pre-prod #17

Merged
woutervermeer merged 12 commits from pre-prod into main 2026-03-26 08:17:37 +00:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 6b635955eb - Show all commits

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