mirror of
https://github.com/certd/certd.git
synced 2026-07-10 06:57:31 +08:00
chore: 修复update domain传参问题
This commit is contained in:
@@ -132,6 +132,5 @@ export class MainConfiguration {
|
||||
logger.info(text);
|
||||
});
|
||||
logger.info("当前环境:", this.app.getEnv()); // prod
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -125,8 +125,8 @@ export class VolcengineDeployToVOD extends AbstractTaskPlugin {
|
||||
body: {
|
||||
SpaceName: this.spaceName,
|
||||
DomainType: apiDomainType,
|
||||
Domain: domain,
|
||||
UpdateCdnConfigParam: {
|
||||
Domain: domain,
|
||||
HTTPS: {
|
||||
Switch: true,
|
||||
CertInfo: {
|
||||
|
||||
Reference in New Issue
Block a user