From 96c8687a17be7cb0e572e449a1e210e82f9b7ba2 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 3 Feb 2026 15:29:29 +0100 Subject: [PATCH] Remove SSH test - deploy keys only work with actual clone 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 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 52edc76..ff48ccf 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -23,7 +23,6 @@ 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 .