Merge remote-tracking branch 'origin/main' into feat/journal-post-form

This commit is contained in:
2026-07-05 11:32:40 +02:00
9 changed files with 516 additions and 16 deletions
+2
View File
@@ -132,6 +132,8 @@ After updating, also create the new trip's page tree under `user/pages/01.trips/
Always use `make` commands for anything on the production server (`make remote-install-plugins`, `make remote-clean`, etc.) — never SSH directly since credentials live in `.env`. If a remote operation isn't covered by an existing `make` command, either ask the user to run it manually or suggest adding a new `make` command if it seems reusable.
For a full upgrade/deploy through local → test → prod (ordered steps, smoke checklist, rollback), follow the runbook at [`docs/guides/deploy-cycle.md`](docs/guides/deploy-cycle.md).
### Content sync
- `make content-push` — commit and push `user/` to Gitea (triggers production pull via webhook)