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