mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 16:14:12 +00:00
chore(ci): remove SSH debug step from staging workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4909638889
commit
e49d32fa01
1 changed files with 0 additions and 7 deletions
7
.github/workflows/deploy-staging.yml
vendored
7
.github/workflows/deploy-staging.yml
vendored
|
|
@ -87,13 +87,6 @@ jobs:
|
|||
UserKnownHostsFile /dev/null
|
||||
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
|
||||
run: |
|
||||
ssh staging << 'ENDSSH'
|
||||
|
|
|
|||
Loading…
Reference in a new issue