pull/229/head
xiaojunnuo 2024-10-27 11:03:09 +08:00
parent 13eb0231ac
commit 3e290f057f
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ import dayjs from 'dayjs';
@IsTaskPlugin({
name: 'uploadCertToHost',
title: '上传证书到主机',
title: '部署证书到主机',
icon: 'line-md:uploading-loop',
group: pluginGroups.host.key,
desc: '支持上传完成后执行脚本命令',
desc: '上传证书到主机,然后执行部署脚本命令',
default: {
strategy: {
runStrategy: RunStrategy.SkipWhenSucceed,