Skip to content

docs(deploy): use mskanban.msk-scripts.de as the example/default domain#55

Merged
Musiker15 merged 1 commit into
mainfrom
docs/auto-deploy-domain-fix
May 25, 2026
Merged

docs(deploy): use mskanban.msk-scripts.de as the example/default domain#55
Musiker15 merged 1 commit into
mainfrom
docs/auto-deploy-domain-fix

Conversation

@Musiker15
Copy link
Copy Markdown
Member

Summary

Quick follow-up to #54 — the domain fix that should have been part of that merge but ended up on the now-deleted feat/auto-deploy branch as a separate commit, after the PR was already squash-merged.

Replaces the placeholder kanban.msk-scripts.de with the actual production hostname mskanban.msk-scripts.de in:

  • .github/workflows/deploy.ymlenvironment.url + the DEPLOY_HOST comment
  • docs/deployment/auto-deploy.md — secrets-table example, ssh-keyscan command, certbot invocation, lockdown-test snippet

What's NOT affected by this

The workflow uses secrets.DEPLOY_HOST for the actual SSH target — it doesn't read environment.url. So the auto-deploy already works correctly as long as the DEPLOY_HOST secret is set to the right hostname (which it will be). This PR is documentation hygiene + correct env-URL display in the GitHub Environments UI, not a functional change.

Test plan

  • git diff shows only string replacements kanbanmskanban in two files (6 lines total)
  • After merge: Actions → Environments → production shows https://mskanban.msk-scripts.de/

🤖 Generated with Claude Code

Picks up the actual production hostname (mskanban.msk-scripts.de)
in three spots that previously used kanban.msk-scripts.de as a
placeholder:

- .github/workflows/deploy.yml: environment.url + DEPLOY_HOST comment
- docs/deployment/auto-deploy.md: all four mentions (secrets table,
  ssh-keyscan command, certbot invocation, lockdown test snippet)

No code path change — these are documentation/UI strings only. The
workflow itself reads the host from the DEPLOY_HOST secret and so
isn't affected by the change to environment.url.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Musiker15 <info@musiker15.de>
@Musiker15 Musiker15 merged commit 2d1b44c into main May 25, 2026
8 checks passed
@Musiker15 Musiker15 deleted the docs/auto-deploy-domain-fix branch May 25, 2026 16:41
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.

1 participant