perf: 支持阿里云ACK证书部署

This commit is contained in:
xiaojunnuo
2024-09-20 12:34:41 +08:00
parent 9de77b327d
commit d331fea477
4 changed files with 5 additions and 2 deletions
@@ -46,6 +46,7 @@ export type Stage = Runnable & {
tasks: Task[];
concurrency: ConcurrencyStrategy;
next: NextStrategy;
maxTaskCount?: number;
};
export type Trigger = {