refactor: .devops/dev_nanda测试环境.yml

This commit is contained in:
xxq250 2023-02-06 09:49:43 +08:00 committed by jianmu
parent 0eeb4fee62
commit b7cc6bf71b
1 changed files with 5 additions and 4 deletions

View File

@ -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