From 23156f66ad3513b26565f7e30f99c31f5d6eaf93 Mon Sep 17 00:00:00 2001 From: Labyricorn Deployment Date: Tue, 11 Aug 2026 19:57:32 -0700 Subject: [PATCH] Document future admin Git workflow --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e65540..d4afbbd 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,9 @@ Git origin: https://git.labyricorn.com/Labyricorn/labyricorn-site.git Production branch: main Credential purpose: authenticated private repository access Credential location: /srv/labyricorn/.netrc (mode 0600) + +## Future admin workflow + +The production deployment account has authenticated Git write access so a future +local-only administration workflow can commit and push content changes. Lektor +does not push automatically; that operation must remain explicit and controlled.