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:
parent
21b9e2710e
commit
167ebc74d8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
name: CI
|
name: CI
|
||||||
# Lightweight validation on every push to main: type-check + build the frontend and
|
# 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.
|
# (see deploy/README.md); this just catches breakage early.
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Local development against the central (Proxmox) Postgres.
|
# Local development against the central Postgres (an always-on host that also runs the scheduler).
|
||||||
#
|
#
|
||||||
# Runs only the webapp/API — no local database, no scheduler — pointed at the shared
|
# Runs only the webapp/API — no local database, no scheduler — pointed at the shared
|
||||||
# DB on the server. You see the same live data the 24/7 backfill is filling, and you
|
# DB on the server. You see the same live data the 24/7 backfill is filling, and you
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue