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