Update deploy.go

pull/236/head
zhangch-dev 2025-06-09 20:48:54 +08:00 committed by GitHub
parent 08172287ef
commit 78121ecb9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

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)
}