feat(val-blog): add 2026-04-30 dream journey post

This commit is contained in:
Chen Gu
2026-08-13 17:00:22 +08:00
committed by Chen Gu
parent 691f96e8a6
commit 81978704fc
941 changed files with 195468 additions and 755 deletions
+6
View File
@@ -0,0 +1,6 @@
## Durable Notes
- 今日已完成并确认一次线上部署:`https://app.gch3n.online` 可访问,`/health` 返回 `{"status":"ok"}`Caddy 反向代理已生效。
- 部署排障关键事实:目标机系统 Python 环境缺失 `pip/uvicorn`,最终通过 Docker 容器方式启动应用,并使用国内镜像源解决依赖下载问题。
- 用户在对话中明确发出“停一下”指令,当前相关 CI/CD 连续推进任务应视为已暂停,后续需先确认再继续。
- 过程教训:出现过高重复/失控式回复,应在后续会话中严格避免;遇到“停一下”需立即短回复确认并停止展开。