Move Gitea deploy surface into forge

This commit is contained in:
2026-06-05 13:19:10 +02:00
parent 8b9f3b341d
commit 9ce24968cd
13 changed files with 219 additions and 78 deletions

View File

@@ -14,10 +14,9 @@ Start with:
4. `docs/`
5. `workplans/`
Current implementation status: early extraction. Canonical registry operation
docs and read-only status targets live here now. Deploy-capable Gitea Helm,
SOPS, and manifest files remain in `railiance-apps` until the explicit
migration review in `RAILIANCE-WP-0006-T03`.
Current implementation status: active forge extraction. Canonical registry
operation docs, deploy-capable Gitea files, and operator targets live here now.
No live Helm deploy or Kubernetes apply was run as part of the move.
Useful entry points:
@@ -25,4 +24,5 @@ Useful entry points:
make registry-docs
make check-tools
make gitea-status
make gitea-deploy
```