Remove SSH test - deploy keys only work with actual clone
Some checks failed
Build and Release / build (push) Failing after 16s
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:
parent
cc48566dcf
commit
96c8687a17
1 changed files with 0 additions and 1 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue