From 3931dde099eab164ec1e12ccd2459bea67ccb6d3 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 13:42:43 +0100 Subject: [PATCH] CI: try to run hetzner-relay without importing reusable actions --- .github/workflows/test-and-deploy.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 238f70a5..ce1ddfbd 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -38,9 +38,5 @@ jobs: - run: | git clone https://github.com/chatmail/hetzner-relay ../hetzner-relay pip install ../hetzner-relay - #python3 ../hetzner-relay/main.py --dns --test --vps ${{ needs.allocate.outputs.vps_name }} --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org . + python3 ../hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org . - test-workflow: - uses: chatmail/hetzner-relay/.github/workflows/test.yml@main - with: - config_path: test