From b344f1930e96bdf222c9b4a13a8d2078f01f733f Mon Sep 17 00:00:00 2001 From: chenchun Date: Tue, 4 Aug 2026 05:38:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=98=8E=E7=A1=AE=20README=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E7=AB=A0=E8=8A=82=E4=B8=AD=20deploy/=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E7=8E=B0=E7=8A=B6=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f586a..84eca9d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ pnpm build 构建产物输出到 `.output/`,可直接通过 `pnpm start` 或容器运行。 -部署相关文件集中在仓库根目录(部署文件位于仓库根目录,issue 中提到的 `deploy/` 目录暂不存在): +当前部署相关文件位于仓库根目录(`deploy/` 目录暂未创建,后续按团队规范存放生产部署 k8s 配置): - `Dockerfile` — 多阶段构建:安装依赖 → 构建 → 仅保留 `.output/` 运行产物 - `Jenkinsfile` — Jenkins 流水线:构建镜像 → 推送到镜像仓库 → 部署容器