fix(deploy): provision Falukant release models
All checks were successful
Deploy to production / deploy (push) Successful in 3m3s

This commit is contained in:
Torsten Schulz (local)
2026-09-02 07:44:28 +02:00
parent a3e2aaece8
commit 76da586b8e
2 changed files with 26 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ jobs:
fi
# App-Code-Änderungen, die einen echten Deploy benötigen
if grep -E '^(frontend/|backend/)' changed-files.txt \
if grep -E '^(frontend/|backend/|update(-frontend|-backend)?\.sh$|update\.sh$|deploy-yourpart-bluegreen\.sh$|falukant-models\.env$)' changed-files.txt \
| grep -Ev "$COURSE_SCRIPT_PATTERN" >/dev/null; then
echo "app_changed=true" >> "$GITHUB_OUTPUT"
else