debug ssh
Some checks failed
Build Hugo Site / build (push) Failing after 4s

This commit is contained in:
2025-11-10 02:05:44 -03:00
parent 539c7e9532
commit 81b34387f5

View File

@@ -17,6 +17,10 @@ jobs:
- name: Build
run: hugo --minify
- name: Debug SSH key
run: |
echo "Key length: $(echo "$SSH_KEY" | wc -c)"
- name: Deploy
run: |
apk add --no-cache rsync openssh