Skip to content

fix: add default SSH port for prod deployments#25

Merged
konradmichalik merged 1 commit into
mainfrom
feature/ssh-port-prod-default
Jun 26, 2026
Merged

fix: add default SSH port for prod deployments#25
konradmichalik merged 1 commit into
mainfrom
feature/ssh-port-prod-default

Conversation

@konradmichalik

@konradmichalik konradmichalik commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add missing SSH_PORT_PROD default to the base configuration so production deployments have a working SSH port out of the box

Background

Commit 16353cd introduced SSH_PORT: ${SSH_PORT_PROD} in the prod deploy and rollback jobs, but .base.yaml only defined a default for stage (SSH_PORT_STAGE: 22). As a result, production deployments had no default SSH port unless the consuming project set SSH_PORT_PROD explicitly.

Changes

  • .base.yaml - Add SSH_PORT_PROD: 22 default, mirroring the existing stage default

Summary by CodeRabbit

  • Chores
    • Updated deployment configuration to include a production SSH port setting.

@konradmichalik konradmichalik requested a review from Mainbird June 26, 2026 08:54
@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f7c5ff44-9d38-443c-91e1-0cce00211880

📥 Commits

Reviewing files that changed from the base of the PR and between 16353cd and f749677.

📒 Files selected for processing (1)
  • .base.yaml

📝 Walkthrough

Walkthrough

Adds a global production SSH port variable to the CI YAML.

Changes

Production SSH port variable

Layer / File(s) Summary
Add production SSH port variable
.base.yaml
Adds SSH_PORT_PROD: 22 to the global variables section.

Sequence Diagram(s)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

I hop by moonlight, light and neat,
A tiny port now has its seat.
In YAML fields, I twitch my nose,
And prod can SSH where it goes.
🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding a default SSH port for production deployments.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/ssh-port-prod-default

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@konradmichalik konradmichalik merged commit f33b35e into main Jun 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants