Skip to content

Commit 181e63d

Browse files
joocursoragent
andcommitted
fix(ci): use default landing SSH port
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8d2516e commit 181e63d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-landing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
6767
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
6868
SSH_HOST: ${{ secrets.SSH_HOST }}
69-
SSH_PORT: ${{ secrets.SSH_PORT }}
7069
SSH_USERNAME: ${{ secrets.SSH_USERNAME }}
7170
SSH_PASSWORD: ${{ secrets.SSH_PASSWORD }}
7271
run: npm run deploy -- --from-env --tag "${{ steps.image_tag.outputs.tag }}"

landing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm run deploy
3636
Pushes to `main` that touch **`landing/**` only** trigger automated deploy via `.github/workflows/deploy-landing.yml` when these GitHub secrets are set:
3737

3838
- `DOCKER_REGISTRY`, `DOCKER_USERNAME`, `DOCKER_PASSWORD`
39-
- `SSH_HOST`, `SSH_PORT`, `SSH_USERNAME`, `SSH_PASSWORD`
39+
- `SSH_HOST`, `SSH_USERNAME`, `SSH_PASSWORD` (`SSH_PORT` defaults to `22`)
4040

4141
`core/` / CLI releases use `.github/workflows/release-switcher.yml` on `v*` tags — landing-only commits do not run that workflow.
4242

0 commit comments

Comments
 (0)