fix: include ENV_FILE in generated deployment environment to prevent missing .env fallback
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🧪 QA (push) Successful in 5m5s
Build & Deploy / 🏗️ Build (push) Successful in 5m19s
Build & Deploy / 🚀 Deploy (push) Failing after 19s
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-02-11 16:54:03 +01:00
parent 975bb16d70
commit 4462e45de0

View File

@@ -270,6 +270,7 @@ jobs:
TARGET=$TARGET
SENTRY_ENVIRONMENT=$TARGET
PROJECT_NAME=$PROJECT_NAME
ENV_FILE=$ENV_FILE
TRAEFIK_HOST_RULE='$TRAEFIK_RULE'
EOF