perf: 支持部署到阿里云ALB

This commit is contained in:
xiaojunnuo
2025-01-19 15:31:37 +08:00
parent 417d37b199
commit 653940a0ca
8 changed files with 249 additions and 7 deletions
@@ -137,7 +137,7 @@ export class DeployCertToAliyunCDN extends AbstractTaskPlugin {
}
checkRet(ret: any) {
if (ret.code != null) {
if (ret.Code != null) {
throw new Error('执行失败:' + ret.Message);
}
}