feat: add tencentcloud-eo dns-01 applicant

This commit is contained in:
Fu Diwei
2025-03-25 20:27:16 +08:00
parent fd8ac3ae37
commit fa63f2a838
13 changed files with 385 additions and 20 deletions

View File

@@ -58,7 +58,7 @@ func (n *deployNode) Process(ctx context.Context) error {
n.logger.Info(fmt.Sprintf("skip this deployment, because %s", skipReason))
return nil
} else if skipReason != "" {
n.logger.Info(fmt.Sprintf("continue to deploy, because %s", skipReason))
n.logger.Info(fmt.Sprintf("re-deploy, because %s", skipReason))
}
}