forked from Gitlink/gitlink_help_center
refactor: .devops/test.yml
This commit is contained in:
parent
995f55ff23
commit
99e575124f
|
@ -49,7 +49,9 @@ workflow:
|
|||
name: ssh执行命令
|
||||
task: ssh_cmd@1.1.1
|
||||
input:
|
||||
ssh_ip: '""'
|
||||
ssh_pass: ((ssh_key.ssh_key))
|
||||
ssh_private_key: ((ssh_key.ssh_key))
|
||||
ssh_ip: '"116.62.120.115"'
|
||||
ssh_port: '"22"'
|
||||
ssh_user: '"root"'
|
||||
ssh_cmd: '"docker stop ghc_group6 && docker rm ghc_group6 && docker pull
|
||||
|
|
Loading…
Reference in New Issue