From 5ec5118cee19b43550cc6b9b59eb5645e608d1ce Mon Sep 17 00:00:00 2001 From: mhoennig Date: Thu, 3 Sep 2026 19:24:14 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20=E2=80=94=202=20Knoten?= =?UTF-8?q?=20in=20Produktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC ยง4 unterscheidet [x] fertig von [^] in Produktion (D30): - #bld.werkator: Also built by Werkator, the project's own CI (S) %% .werkator.yml, backend + frontend - #bld.gitea: The repository lives on Gitea, GitHub stays a clone --- docs/examples/werkbaum.werkbaum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index 2295eb8..2b2e661 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -124,8 +124,8 @@ - [^] #bld.backend.proxy: Apache passes /api/ on, in .htaccess (XS) %% measured: the P flag is allowed - [^] #bld.backend.remote: One command for everything on the server (S) %% remote - [^] #bld.backend.backup: Save the database, and prove it can be read back (XS) - - [x] #bld.werkator: Also built by Werkator, the project's own CI (S) %% .werkator.yml, backend + frontend - - [x] #bld.gitea: The repository lives on Gitea, GitHub stays a clone (S) + - [^] #bld.werkator: Also built by Werkator, the project's own CI (S) %% .werkator.yml, backend + frontend + - [^] #bld.gitea: The repository lives on Gitea, GitHub stays a clone (S) - [-] #bld.ghpages: Deploy through a gh-pages branch (S) %% GitHub Actions instead - [-] #bld.gfonts: Fonts from Google (XS) %% self-hosted, no third-party request - [ ] #be: Backend (XL)