mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +08:00
Update deploy.go
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user