mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-13 01:50:53 +08:00
Merge remote-tracking branch 'github/1.0.3' into 1.0.3
This commit is contained in:
@@ -72,6 +72,9 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
|
||||
case "qiniu-oss":
|
||||
logger.Debug("部署到七牛云OSS...")
|
||||
return DeployQiniuOss(cfg)
|
||||
case "baidu-cdn":
|
||||
logger.Debug("部署到百度云CDN...")
|
||||
return DeployBaiduCdn(cfg)
|
||||
default:
|
||||
return fmt.Errorf("不支持的部署: %s", providerName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user