chore(ci): remove SSH debug step from staging workflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Martin Porwoll 2026-02-13 23:18:09 +00:00
parent 4909638889
commit e49d32fa01

View file

@ -87,13 +87,6 @@ jobs:
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
EOF EOF
- name: Verify SSH Key
run: |
echo "Key fingerprint:"
ssh-keygen -lf ~/.ssh/staging_key
echo "Testing SSH connection..."
ssh -v staging "echo SSH_CONNECTION_OK" 2>&1 | grep -E "Authentication|Offering|Accepted|debug1.*identity"
- name: Deploy to Staging - name: Deploy to Staging
run: | run: |
ssh staging << 'ENDSSH' ssh staging << 'ENDSSH'