|
@@ -28,7 +28,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|
|
host: 120.79.166.78 # 远程连接地址
|
|
host: 120.79.166.78 # 远程连接地址
|
|
|
username: root # 远程连接账号
|
|
username: root # 远程连接账号
|
|
|
key:
|
|
key:
|
|
|
- + from_secret: ssh_password
|
|
|
|
|
|
|
+ from_secret: ssh_password
|
|
|
port: 22 # 远程连接端口
|
|
port: 22 # 远程连接端口
|
|
|
command_timeout: 5m # 远程执行命令超时时间
|
|
command_timeout: 5m # 远程执行命令超时时间
|
|
|
script:
|
|
script:
|