mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #1177] [Feature] could not find any domains matched by certificate #797
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#797
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bingtsingw on GitHub (Jan 27, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1177
Description / 功能描述
部署的时候,勾选"域名匹配模式"为"根据证书自动匹配", 如果找不到需要部署的证书,是否可以跳过部署而非报错,或者提供选项支持跳过。
Motivation / 请求动机
我有很多域名,大部分会部署到函数计算和cdn。但是不是每个域名都有这两个,有些只会有cdn,有些只会有函数计算,这样复制工作流直接用的的话,就会报错。
“为什么不复制之后手动删掉节点呢”,我感觉增加跳过选项会更实用,因为某些域名现在不需要部署cdn,将来可能会有,如果现在删除节点,将来还要重新加上这个节点,不如工作流都保持一致,将来业务上新增部署,工作流不过改动直接就能支持。
Miscellaneous / 其他
No response
Contribution / 贡献代码
@fudiwei commented on GitHub (Jan 29, 2026):
感谢建议,但不会加入类似的功能。找不到待部署的资源在运维层面上一定要被视为一个不可忽略的错误(即 Let-it-Crash),才更容易被管理人员关注到并及时人工干预。
如果你不想运行工作流中的某个节点,可以在节点表单中点击侧边抽屉右上角的“👁”图标,将该节点禁用。