fix: correctly inject ENV_FILE into deployment environment generation
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 5m6s
Build & Deploy / 🏗️ Build (push) Successful in 5m16s
Build & Deploy / 🚀 Deploy (push) Successful in 18s
Build & Deploy / 🩺 Health Check (push) Failing after 11s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-11 17:01:18 +01:00
parent 4462e45de0
commit 0575518395

View File

@@ -227,6 +227,7 @@ jobs:
shell: bash shell: bash
env: env:
TRAEFIK_RULE: ${{ needs.prepare.outputs.traefik_rule }} TRAEFIK_RULE: ${{ needs.prepare.outputs.traefik_rule }}
ENV_FILE: ${{ needs.prepare.outputs.env_file }}
run: | run: |
# Generate Environment File # Generate Environment File
cat > .env.deploy << EOF cat > .env.deploy << EOF