File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ The process of creating an updated signed UNL is outlined below.
1616
1717``` mermaid
1818flowchart TD
19- subgraph Dev[Developer Workflow]
19+ subgraph Dev[Edit Workflow]
2020 A1[Create PR<br/>edit data/unl-raw.yaml]
21- A2[3x XRPLF Team<br/>approve PR]
21+ A2[3x XRPLF UNL Team<br/>approve PR]
2222 A3[Merge to main]
2323 end
2424
25- subgraph CI["CI in Private Repo "]
25+ subgraph CI["Automation Workflow "]
2626 direction TB
2727 B1[Trigger on merge to main]
2828 B2[Checkout public UNL repo]
29- B3[Compile YAML → JSON xrpl-cli compile ]
30- B4[Upload timestamped file<br/>unl-YYYYMMDDHHMM.json]
31- B5[Copy to next.json]
29+ B3[Compile YAML → JSON, sign ]
30+ B4[Upload timestamped file<br/>unl/unl -YYYYMMDDHHMM.json]
31+ B5[Copy to unl/ next.json]
3232 end
3333
3434 subgraph Scheduler["Scheduled Promotion"]
3535 direction TB
3636 C1[Cron: 1st Tuesday @15:00 UTC]
37- C2[Copy next.json → live path/index.json]
37+ C2[Copy unl/ next.json → live path, /index.json]
3838 end
3939
4040 A1 --> A2 --> A3 --> B1
You can’t perform that action at this time.
0 commit comments