Add verbose SSH debug output for deploy key troubleshooting
Some checks failed
Build and Release / build (push) Failing after 16s

💘 Generated with Crush

Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
This commit is contained in:
Chris Kruining 2026-02-03 15:09:39 +01:00
parent 4ce9e02770
commit af11190e23
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -23,6 +23,7 @@ jobs:
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.APK_DEPLOY_KEY }}" > ~/.ssh/apk_key echo "${{ secrets.APK_DEPLOY_KEY }}" > ~/.ssh/apk_key
chmod 600 ~/.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_SSH_COMMAND="ssh -i ~/.ssh/apk_key -o StrictHostKeyChecking=no" \
git clone --depth 1 git@git.amarth.cloud:chris/.files.git apk-repo git clone --depth 1 git@git.amarth.cloud:chris/.files.git apk-repo
mv apk-repo/delver.apk . mv apk-repo/delver.apk .