feat: fix syntax

This commit is contained in:
2026-04-24 03:29:28 +08:00
parent 89c0c6d1ab
commit 8c5004d535
+3 -3
View File
@@ -64,13 +64,13 @@ flowchart TD
end end
%% Deployment Phase (Dual Path) %% Deployment Phase (Dual Path)
subgraph phase3 [Shop Backend (VPS)] subgraph phase3 ["Shop Backend (VPS)"]
E -->|SSH & nano| G[VPS: ~/tekton_admin.js] E -->|SSH & nano| G[VPS: ~/tekton_admin.js]
G -->|docker cp| H[Nakama Container] G -->|docker cp| H[Nakama Container]
H -->|Restart| I[Live Shop Logic Sync] H -->|Restart| I[Live Shop Logic Sync]
end end
subgraph phase4 [Asset Delivery (CI/CD)] subgraph phase4 ["Asset Delivery (CI/CD)"]
C --> J[Git Push] C --> J[Git Push]
F --> J F --> J
J -->|GitHub Actions| K[patch.pck] J -->|GitHub Actions| K[patch.pck]
@@ -116,7 +116,7 @@ flowchart TD
end end
%% CI Pipeline %% CI Pipeline
subgraph CI/CD Pipeline subgraph "CI/CD Pipeline"
B -->|git push| E[⚡ GitHub Actions] B -->|git push| E[⚡ GitHub Actions]
E -->|Compiles & Builds| F[📦 patch.pck] E -->|Compiles & Builds| F[📦 patch.pck]
F -->|Deploys| G((🌍 Public Repository)) F -->|Deploys| G((🌍 Public Repository))