fix: deploy
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 5s
Build & Deploy / 🧪 QA (push) Successful in 3m45s
Build & Deploy / 🏗️ Build (push) Successful in 6m56s
Build & Deploy / 🚀 Deploy (push) Successful in 15s
Build & Deploy / 🔔 Notifications (push) Successful in 2s
Build & Deploy / ⚡ PageSpeed (push) Failing after 1m11s

This commit is contained in:
2026-02-09 00:35:34 +01:00
parent e93e296c3e
commit eff6f689c1

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" >> "$GITHUB_OUTPUT"
echo "auth_middleware=$PRJ_ID-auth" >> "$GITHUB_OUTPUT"
fi
qa: