強化 CD 健康檢查重試
All checks were successful
CD Pipeline / deploy (push) Successful in 1m32s

This commit is contained in:
OoO
2026-04-30 08:58:22 +08:00
parent 9dd5986077
commit 5a569d1e05
9 changed files with 44 additions and 13 deletions

View File

@@ -63,6 +63,7 @@
- **原因**: 110 與 188 之間的 SSH 隧道中斷。
- **檢查**: 在 110 執行 `curl -I http://127.0.0.1:5003/health`
- **修復**: 在 110 執行 `ssh -fN -L 5003:127.0.0.1:5003 ollama@192.168.0.188` 重啟隧道。
- **CD 判斷**: 先確認 188 內部 `docker exec momo-pro-system curl http://127.0.0.1:80/health`,再看外部 `https://mo.wooo.work/health`;若 internal 已 200 但 external 502多半是 Nginx/tunnel 短暫延遲。
### 2. CI/CD 報錯 `parent snapshot ... not found`
- **原因**: Docker Buildx 快取損壞。