docs(deploy): Update Dokumetation Workflow

This commit is contained in:
2026-02-23 10:38:34 +01:00
parent 80f014b5ff
commit 011ef949fe
3 changed files with 70 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ Ziel:
- Alles versioniert in Git
- Reproduzierbare Deployments
- Dokumentation immer synchron zur Infrastruktur
---
## Grundprinzip
@@ -18,9 +17,17 @@ Die VM ist nur noch Laufzeitumgebung.
1. Lokal ändern, egal was
2. Committen & Pushen
3. Auf VM pullen
3. der Pull auf der VM wird automatisch über einen Webhook ausgeführt
4. Container neu starten
```mermaid
flowchart LR
Dev -->|git push| Gitea
Gitea -->|POST Hook| Webhook
Webhook -->|git pull| Workspace
Workspace -->|Markdown changes| MkDocs
MkDocs -->|serve| Browser
---
## Workflow "neuer Container"