From 3116da879f9902aeed9f42f377386422dea670f3 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 14:21:02 +0100 Subject: [PATCH] fix CHATMAIL_DOMAIN2 address --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index ba191be0..04a025e7 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -34,5 +34,5 @@ jobs: - run: pip install hetzner-relay/ - - run: python3 hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org --hetzner-api-token ${{ secrets.HETZNER_API_TOKEN }} relay/ + - run: python3 hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 ci-chatmail.testrun.org --hetzner-api-token ${{ secrets.HETZNER_API_TOKEN }} relay/