'test'
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
XinWei 2024-10-28 11:00:05 +08:00
parent c888a2eeef
commit ac8e33700b

View File

@ -21,7 +21,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
private_key:
from_secret: ssh_private_key # 从Secret中读取SSH密码
from_secret: private_key # 从Secret中读取SSH密码
port: 22 # 远程连接端口
command_timeout: 20m # 远程执行命令超时时间