fix: deploy
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 7s
Build & Deploy / 🏗️ Build (push) Successful in 4m39s
Build & Deploy / 🧪 QA (push) Successful in 5m59s
Build & Deploy / 🚀 Deploy (push) Successful in 15s
Build & Deploy / 🔔 Notifications (push) Successful in 1s
Build & Deploy / ⚡ PageSpeed (push) Failing after 51s

This commit is contained in:
2026-02-08 18:31:41 +01:00
parent 8101f29ae4
commit a205a9ece1
2 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ jobs:
if [[ "$TARGET" == "production" ]]; then
echo "auth_middleware=compress" >> "$GITHUB_OUTPUT"
else
echo "auth_middleware=$PRJ_ID-$TARGET-auth,compress" >> "$GITHUB_OUTPUT"
echo "auth_middleware=$PRJ_ID-$TARGET-auth" >> "$GITHUB_OUTPUT"
fi
qa: