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