fix(ci): add SSH port 2222 for staging deployment

Port forwarding: 37.24.237.181:2222 -> 10.10.181.100:22 (sv-payload)

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

View file

@ -80,6 +80,7 @@ jobs:
cat >> ~/.ssh/config << EOF cat >> ~/.ssh/config << EOF
Host staging Host staging
HostName ${{ env.STAGING_HOST }} HostName ${{ env.STAGING_HOST }}
Port 2222
User ${{ env.STAGING_USER }} User ${{ env.STAGING_USER }}
IdentityFile ~/.ssh/staging_key IdentityFile ~/.ssh/staging_key
StrictHostKeyChecking no StrictHostKeyChecking no