diff --git a/README.md b/README.md index d10e15b..e62a625 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ The build servers will sync the blog content with webservers each time the blog ```mermaid sequenceDiagram - Web Panel->>+Build Server: Build jeykll id X - Build Server->>+Gitea Server: Checkout Repo - Gitea Server-->>-Build Server: Get repo - Build Server-->+Build Server: Build static site from repo - Build Server-->+Web Server: Deploy website + Web Panel->>+Build Server: User update triggers build + Build Server->>+Store Server: Request for updates + Store Server-->>-Build Server: Latest repo updates sent back + Build Server-->+Build Server: Builds static website content with the Jekyll builder + Build Server-->+Web Server: Sync static website content ```