mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 运行主机脚本插件支持选择运行策略
This commit is contained in:
@@ -7,6 +7,7 @@ import { SshClient } from '@certd/plugin-lib';
|
|||||||
group: pluginGroups.host.key,
|
group: pluginGroups.host.key,
|
||||||
desc: '可以执行重启nginx等操作让证书生效',
|
desc: '可以执行重启nginx等操作让证书生效',
|
||||||
input: {},
|
input: {},
|
||||||
|
showRunStrategy: true,
|
||||||
default: {
|
default: {
|
||||||
strategy: {
|
strategy: {
|
||||||
runStrategy: RunStrategy.SkipWhenSucceed,
|
runStrategy: RunStrategy.SkipWhenSucceed,
|
||||||
|
|||||||
Reference in New Issue
Block a user