perf: 上传自定义证书

This commit is contained in:
xiaojunnuo
2025-01-24 18:04:17 +08:00
parent c89686a2fd
commit 75a38d95f3
7 changed files with 177 additions and 63 deletions
@@ -16,7 +16,7 @@ export class AutoEPipelineEmitterRegister {
}
async onCertApplySuccess() {
pipelineEmitter.on(EVENT_CERT_APPLY_SUCCESS, async (event: PipelineEvent<CertReader>) => {
await this.certInfoService.updateCert(event.pipeline.id, event.event);
await this.certInfoService.updateCertByPipelineId(event.pipeline.id, event.event);
});
}
}