Remove SSH test - deploy keys only work with actual clone
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:29:29 +01:00
parent cc48566dcf
commit 96c8687a17
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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 .