spcd
This commit is contained in:
parent
652c6c0d66
commit
b6ac0809df
1 changed files with 9 additions and 1 deletions
10
index.gv
10
index.gv
|
@ -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 │
|
||||||
# ╰─────┴───────╯
|
# ╰─────┴───────╯
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue