Add verbose SSH debug output for deploy key troubleshooting
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
4ce9e02770
commit
af11190e23
1 changed files with 1 additions and 0 deletions
|
|
@ -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 .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue