mirror of
https://github.com/certd/certd.git
synced 2026-04-05 07:20:56 +08:00
perf: 1panel增加授权测试按钮
This commit is contained in:
@@ -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= {
|
||||
|
||||
Reference in New Issue
Block a user