| @@ -55,7 +55,7 @@ export COS_CONFIG_PATH=/path/to/.cos.yaml | |||||
| ## UAT 全量打包并上传 | ## UAT 全量打包并上传 | ||||
| ```bash | ```bash | ||||
| cd /home/git/emp/deploy/isolated | |||||
| cd /home/git/emp_test_deploy/isolated | |||||
| DEPLOY_ENV=emp-uat \ | DEPLOY_ENV=emp-uat \ | ||||
| COS_UPLOAD=1 \ | COS_UPLOAD=1 \ | ||||
| @@ -63,6 +63,8 @@ EMP_ROOT=/home/git/emp \ | |||||
| ./build-package.sh | ./build-package.sh | ||||
| ``` | ``` | ||||
| 其中 `/home/git/emp_test_deploy/isolated` 是部署脚本目录,`EMP_ROOT=/home/git/emp` 是业务代码根目录。 | |||||
| Windows PowerShell: | Windows PowerShell: | ||||
| ```powershell | ```powershell | ||||
| @@ -39,7 +39,7 @@ export COS_BUCKET=emp-example-bucket | |||||
| 构建指定服务,上传 COS,并输出签名 URL: | 构建指定服务,上传 COS,并输出签名 URL: | ||||
| ```bash | ```bash | ||||
| cd /home/git/emp/deploy/isolated | |||||
| cd /home/git/emp_test_deploy/isolated | |||||
| DEPLOY_ENV=emp-uat \ | DEPLOY_ENV=emp-uat \ | ||||
| COS_UPLOAD=1 \ | COS_UPLOAD=1 \ | ||||
| @@ -47,6 +47,8 @@ EMP_ROOT=/home/git/emp \ | |||||
| ./build-update.sh admin monitor | ./build-update.sh admin monitor | ||||
| ``` | ``` | ||||
| 其中 `/home/git/emp_test_deploy/isolated` 是部署脚本目录,`EMP_ROOT=/home/git/emp` 是业务代码根目录。 | |||||
| 输出示例: | 输出示例: | ||||
| ```text | ```text | ||||