fix(deploy): provision Falukant release models
All checks were successful
Deploy to production / deploy (push) Successful in 3m3s
All checks were successful
Deploy to production / deploy (push) Successful in 3m3s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user