We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0817228 commit 78121ecCopy full SHA for 78121ec
backend/internal/cert/deploy/deploy.go
@@ -87,9 +87,9 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
87
case "volcengine-dcdn":
88
logger.Debug("部署到火山DCDN...")
89
return DeployVolcEngineDCdn(cfg)
90
- case "plugin":
91
- logger.Debug("使用插件部署...")
92
- return DeployPlugin(cfg)
+ // case "plugin":
+ // logger.Debug("使用插件部署...")
+ // return DeployPlugin(cfg)
93
default:
94
return fmt.Errorf("不支持的部署: %s", providerName)
95
}
0 commit comments