From 0575518395f061225e7987876477386aa7a77199 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 11 Feb 2026 17:01:18 +0100 Subject: [PATCH] fix: correctly inject ENV_FILE into deployment environment generation --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 55f931c..8990ffb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -227,6 +227,7 @@ jobs: shell: bash env: TRAEFIK_RULE: ${{ needs.prepare.outputs.traefik_rule }} + ENV_FILE: ${{ needs.prepare.outputs.env_file }} run: | # Generate Environment File cat > .env.deploy << EOF