mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
下载证书附带pfx
ssh部署兼容带密码的密钥登录 ssh部署日志新增标准和错误输出
This commit is contained in:
@@ -53,7 +53,7 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
|
||||
return Deploy1panelSite(cfg)
|
||||
case "ssh":
|
||||
logger.Debug("使用ssh部署到指定路径...")
|
||||
return DeploySSH(cfg)
|
||||
return DeploySSH(cfg, logger)
|
||||
case "aliyun-cdn":
|
||||
logger.Debug("部署到阿里云CDN...")
|
||||
return DeployAliCdn(cfg)
|
||||
|
||||
Reference in New Issue
Block a user