From c78cddab7ade40a86b911825b4646b472a956c48 Mon Sep 17 00:00:00 2001 From: missytake Date: Wed, 11 Mar 2026 21:04:07 +0100 Subject: [PATCH] Revert "expanding ~ doesn't work with -i" This reverts commit 4c62714fbb72a6915a9a3a27c08f7a8162eeac39. --- .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 291705d2..6ac9a5aa 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 -i $HOME/.ssh/staging.testrun.org --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 ci-chatmail.testrun.org --hetzner-api-token ${{ secrets.HETZNER_API_TOKEN }} relay/ + - run: python3 hetzner-relay/main.py -i ~/.ssh/staging.testrun.org --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 ci-chatmail.testrun.org --hetzner-api-token ${{ secrets.HETZNER_API_TOKEN }} relay/