From 195142acc66eb6792b25f770d12e1c09aa64d8ef Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 14:02:37 +0100 Subject: [PATCH] CI: fix SSH key path --- .github/workflows/test-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index b2c4ebda..ba191be0 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -29,8 +29,8 @@ jobs: - name: prepare SSH run: | mkdir ~/.ssh - echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519 + echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/staging.testrun.org + chmod 600 ~/.ssh/staging.testrun.org - run: pip install hetzner-relay/