mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 19:44:12 +00:00
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:
parent
28e6c6c125
commit
cf84103817
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-staging.yml
vendored
1
.github/workflows/deploy-staging.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue