forked from Gitlink/build
refactor: .devops/dev_nanda测试环境.yml
This commit is contained in:
parent
4cf40cebf5
commit
31b3f7ce0d
|
@ -16,12 +16,11 @@ workflow:
|
|||
name: ssh执行命令
|
||||
task: ssh_cmd@1.1.0
|
||||
input:
|
||||
ssh_pass: ((secret.baoleiji))
|
||||
ssh_pass: ((secret.forge))
|
||||
ssh_ip: '"123.59.135.93"'
|
||||
ssh_port: '"30122"'
|
||||
ssh_user: '"root"'
|
||||
ssh_cmd: '"ssh root@10.9.151.72 -p1130 \" cd /home/pdl/ && sh ./build_update.sh
|
||||
&& sh ./update.sh && echo done \" "'
|
||||
ssh_cmd: '"echo done"'
|
||||
needs:
|
||||
- start
|
||||
- ref: end
|
||||
|
|
Loading…
Reference in New Issue