more debug
Some checks failed
Build Hugo Site / build (push) Failing after 5s

This commit is contained in:
2025-11-10 02:08:25 -03:00
parent 81b34387f5
commit e9a4ba9903

View File

@@ -21,6 +21,10 @@ jobs:
run: |
echo "Key length: $(echo "$SSH_KEY" | wc -c)"
- name: Dump env (sanitized)
run: |
echo "All env vars injected:"
env | sort | grep -E 'SSH_|GITEA|ACT' || true
- name: Deploy
run: |
apk add --no-cache rsync openssh