From 8fd17e2a6b3c2a2afa85ae1e266b64d445b5d545 Mon Sep 17 00:00:00 2001 From: leiyun Date: Thu, 11 Jun 2026 11:39:58 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- isolated/README.md | 4 +++- isolated/update.MD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/isolated/README.md b/isolated/README.md index 110e0cf..76239ee 100644 --- a/isolated/README.md +++ b/isolated/README.md @@ -55,7 +55,7 @@ export COS_CONFIG_PATH=/path/to/.cos.yaml ## UAT 全量打包并上传 ```bash -cd /home/git/emp/deploy/isolated +cd /home/git/emp_test_deploy/isolated DEPLOY_ENV=emp-uat \ COS_UPLOAD=1 \ @@ -63,6 +63,8 @@ EMP_ROOT=/home/git/emp \ ./build-package.sh ``` +其中 `/home/git/emp_test_deploy/isolated` 是部署脚本目录,`EMP_ROOT=/home/git/emp` 是业务代码根目录。 + Windows PowerShell: ```powershell diff --git a/isolated/update.MD b/isolated/update.MD index 0e10b38..934a23b 100644 --- a/isolated/update.MD +++ b/isolated/update.MD @@ -39,7 +39,7 @@ export COS_BUCKET=emp-example-bucket 构建指定服务,上传 COS,并输出签名 URL: ```bash -cd /home/git/emp/deploy/isolated +cd /home/git/emp_test_deploy/isolated DEPLOY_ENV=emp-uat \ COS_UPLOAD=1 \ @@ -47,6 +47,8 @@ EMP_ROOT=/home/git/emp \ ./build-update.sh admin monitor ``` +其中 `/home/git/emp_test_deploy/isolated` 是部署脚本目录,`EMP_ROOT=/home/git/emp` 是业务代码根目录。 + 输出示例: ```text