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"