From 107839806b099020a6397896abfa40a6930d9c47 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Mon, 24 Aug 2026 21:49:32 +0200 Subject: [PATCH] Docs: instance ownership + lint against this instance's binary Co-Authored-By: Claude Fable 5 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44181f6..770c706 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,18 @@ this repo only notes what's distinctive here: `redoal_subscribers`): both portal instances share one NATS JetStream, and bare names would collide with uhhm's buckets. +This repo also runs the redoal.com instance itself: +`.gitea/workflows/deploy.yml` pins `PORTAL_RELEASE` to a release tag +on uhhm/portal — bump the pin and push to upgrade (or revert to roll +back), and the workflow ships the artifact, rewrites the env from +this repo's Actions variables/secrets, restarts `app@redoal-portal`, +and refreshes the Caddy route. Content edits never need a deploy; +they hot-reload live. + Lint locally before pushing: ``` -/srv/app/uhhm-portal/current/question_lint --path questions +/srv/app/redoal-portal/current/question_lint --path questions ``` (or from a portal checkout: