refactor: .devops/dev_nanda测试环境.yml
This commit is contained in:
parent
0eeb4fee62
commit
b7cc6bf71b
|
@ -16,10 +16,11 @@ workflow:
|
|||
name: ssh执行命令
|
||||
task: ssh_cmd@1.1.0
|
||||
input:
|
||||
ssh_ip: '""'
|
||||
ssh_port: '"22"'
|
||||
ssh_user: '"root"'
|
||||
ssh_cmd: '""'
|
||||
ssh_pass: ((secret.tiaobanji))
|
||||
ssh_ip: '"123.59.135.93"'
|
||||
ssh_port: '"30122"'
|
||||
ssh_user: '"pdl"'
|
||||
ssh_cmd: '"sh ../update.sh"'
|
||||
needs:
|
||||
- start
|
||||
- ref: end
|
||||
|
|
Loading…
Reference in New Issue