Update deploy.go

This commit is contained in:
zhangch-dev
2025-06-09 20:48:54 +08:00
committed by GitHub
parent 08172287ef
commit 78121ecb9b

View File

@@ -87,9 +87,9 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
case "volcengine-dcdn":
logger.Debug("部署到火山DCDN...")
return DeployVolcEngineDCdn(cfg)
case "plugin":
logger.Debug("使用插件部署...")
return DeployPlugin(cfg)
// case "plugin":
// logger.Debug("使用插件部署...")
// return DeployPlugin(cfg)
default:
return fmt.Errorf("不支持的部署: %s", providerName)
}