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