From ba3a711d5b06312384f5d41fec7d65f2a0a0cc9a Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Tue, 12 May 2026 14:43:42 +0200 Subject: [PATCH] fix(deploy): remove testing.e-tib.com from TRAEFIK_HOST to prevent ACME challenge failure --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d37dc1239..8d4e9e6b8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -65,7 +65,7 @@ jobs: TARGET="testing" IMAGE_TAG="main-${SHORT_SHA}" ENV_FILE=".env.testing" - TRAEFIK_HOST="test.${DOMAIN}, testing.${DOMAIN}" + TRAEFIK_HOST="test.${DOMAIN}" elif [[ "${{ github.ref_type }}" == "tag" ]]; then if [[ "$REF" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then TARGET="production"