master
Kaitlyn Parkhurst 3 years ago
parent 5c0133468b
commit 1a05bffaa0
  1. 6
      README.md

@ -58,13 +58,13 @@ This diagram shows a view of a user updating a post and somebody from the Intern
```mermaid
flowchart TB
subgraph one[Panel Node]
subgraph one[Panel]
a2[MyJekyllBlog::Web]
a3[Nginx]
a3 -- Hypnotoad PSGI --> a2
end
subgraph two[Build Node]
subgraph two[Build]
b2[MyJekyllBlog Worker<br><br>- Pulls blog repo<br>- Builds blog with jekyll<br>- Deploys to each WebServer]
end
@ -78,7 +78,7 @@ flowchart TB
end
subgraph three[WebServer Node]
subgraph three[WebServer]
c1[nginx]
end

Loading…
Cancel
Save