refactor: .devops/dev_nanda测试环境.yml
This commit is contained in:
parent
b7cc6bf71b
commit
3cbe8f819a
|
@ -19,8 +19,9 @@ workflow:
|
|||
ssh_pass: ((secret.tiaobanji))
|
||||
ssh_ip: '"123.59.135.93"'
|
||||
ssh_port: '"30122"'
|
||||
ssh_user: '"pdl"'
|
||||
ssh_cmd: '"sh ../update.sh"'
|
||||
ssh_user: '"root"'
|
||||
ssh_cmd: '"ssh root@10.9.151.72 -p1130 " cd /home/pdl/ && sh ./build_update.sh
|
||||
&& sh ./update.sh && echo done " "'
|
||||
needs:
|
||||
- start
|
||||
- ref: end
|
||||
|
|
Loading…
Reference in New Issue