meta/architecture-docs/deploy-basic.mmd
cinereal 1e147b9154
compare tests by diagram
Signed-off-by: cinereal <cinereal@riseup.net>
2025-10-25 15:42:56 +02:00

10 lines
225 B
Text

flowchart LR
deployer["deployer<br><font size='1'>has store paths<br>runs nixops4</font>"]
subgraph target_machines["target machines"]
direction TB
hello
cowsay
end
deployer -->|deploys| target_machines