chore(repo): remove internal deployment plan, sanitize infra references

Drop docs/deployment-plan.md (internal planning doc, kept out of the repo) and
replace the personal lab DB IP and host names in the env/compose/deploy docs with
generic placeholders, so the repo is safe to make public later.
This commit is contained in:
npeter83 2026-06-14 23:20:02 +02:00
parent 21b9e2710e
commit 167ebc74d8
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: CI
# Lightweight validation on every push to main: type-check + build the frontend and
# byte-compile the backend. The image build and rollout happen on the the VPS host
# byte-compile the backend. The image build and rollout happen on the deploy host
# (see deploy/README.md); this just catches breakage early.
on:
push: