mirror of https://github.com/certd/certd
perf: 运行主机脚本插件支持选择运行策略
parent
e87f6d56f5
commit
86b3df1941
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue