refactor: .devops/test.yml

This commit is contained in:
SheYuWu03 2024-05-29 01:18:50 +00:00 committed by jianmu
parent 995f55ff23
commit 99e575124f
1 changed files with 3 additions and 1 deletions

View File

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