This commit is contained in:
Marc Beninca 2025-05-17 14:42:06 +02:00
parent 652c6c0d66
commit b6ac0809df
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -76,7 +76,7 @@ devops_ops_monitor -> devops_dev_plan
# #
node [fillcolor="#303030"] node [fillcolor="#303030"]
edge [color="#FF0000"] edge [color="#6060FF"]
rwx_forge -> devops_dev_code rwx_forge -> devops_dev_code
rwx_todo -> devops_dev_plan rwx_todo -> devops_dev_plan
@ -152,6 +152,11 @@ fontcolor="#8080FF"
label="SPCD:\nShell to Python\nContinuous Deployment" label="SPCD:\nShell to Python\nContinuous Deployment"
URL="https://spcd.rwx.work" URL="https://spcd.rwx.work"
] ]
rwx_spcd -> {
devops_dev_build
devops_dev_test
devops_ops_deploy
}
rwx_srmp [ rwx_srmp [
fontcolor="#8080FF" fontcolor="#8080FF"
@ -167,6 +172,9 @@ URL="https://todo.rwx.work"
# #
node [fillcolor="#303030"]
edge [color="#FF0000"]
# ╭─────┬───────╮ # ╭─────┬───────╮
# │ RWX │ Forge │ # │ RWX │ Forge │
# ╰─────┴───────╯ # ╰─────┴───────╯