mirror of
https://github.com/certd/certd.git
synced 2026-07-10 06:57:31 +08:00
chore: 火山vod 上传后等待3秒
This commit is contained in:
+2
-1
@@ -108,7 +108,7 @@ export class VolcengineDeployToVOD extends AbstractTaskPlugin {
|
||||
|
||||
const access = await this.getAccess<VolcengineAccess>(this.accessId);
|
||||
const certId = await this.uploadOrGetCertId(access);
|
||||
|
||||
await this.ctx.utils.sleep(3000);
|
||||
const domainTypeMapping: Record<string, string> = {
|
||||
play: "vod_play",
|
||||
image: "vod_image",
|
||||
@@ -243,6 +243,7 @@ export class VolcengineDeployToVOD extends AbstractTaskPlugin {
|
||||
return {
|
||||
value: item.Domain,
|
||||
label: item.Domain,
|
||||
domain : item.Domain,
|
||||
};
|
||||
});
|
||||
return this.ctx.utils.options.buildGroupOptions(list, this.certDomains);
|
||||
|
||||
Reference in New Issue
Block a user