mirror of https://github.com/certd/certd
perf: 1panel增加授权测试按钮
parent
aebb07c5cc
commit
566b12f5d1
|
@ -110,6 +110,7 @@ export class UpyunDeployToCdn extends AbstractTaskPlugin {
|
|||
this.logger.info(`登录成功`);
|
||||
const certId = await upyunClient.uploadCert(cookie, this.cert);
|
||||
this.logger.info(`上传证书成功:${certId}`);
|
||||
await this.ctx.utils.sleep(5000);
|
||||
for (const item of this.cdnList) {
|
||||
|
||||
const data :any= {
|
||||
|
|
Loading…
Reference in New Issue