From af11190e2351936f4259835f6fcef2e4ca3b917b Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 3 Feb 2026 15:09:39 +0100 Subject: [PATCH] Add verbose SSH debug output for deploy key troubleshooting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: Claude Opus 4.5 via Crush --- .forgejo/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 7fa0caa..cac7817 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -23,6 +23,7 @@ jobs: mkdir -p ~/.ssh echo "${{ secrets.APK_DEPLOY_KEY }}" > ~/.ssh/apk_key chmod 600 ~/.ssh/apk_key + ssh -vvv -i ~/.ssh/apk_key -o StrictHostKeyChecking=no -T git@git.amarth.cloud || true GIT_SSH_COMMAND="ssh -i ~/.ssh/apk_key -o StrictHostKeyChecking=no" \ git clone --depth 1 git@git.amarth.cloud:chris/.files.git apk-repo mv apk-repo/delver.apk .