docs(deploy): Update Dokumetation Workflow
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user