Skip to content

Commit 78121ec

Browse files
authored
Update deploy.go
1 parent 0817228 commit 78121ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/internal/cert/deploy/deploy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
8787
case "volcengine-dcdn":
8888
logger.Debug("部署到火山DCDN...")
8989
return DeployVolcEngineDCdn(cfg)
90-
case "plugin":
91-
logger.Debug("使用插件部署...")
92-
return DeployPlugin(cfg)
90+
// case "plugin":
91+
// logger.Debug("使用插件部署...")
92+
// return DeployPlugin(cfg)
9393
default:
9494
return fmt.Errorf("不支持的部署: %s", providerName)
9595
}

0 commit comments

Comments
 (0)