refactor: .devops/SSH命令调试.yml
This commit is contained in:
parent
b0c973598d
commit
00f64ad82e
|
@ -20,9 +20,8 @@ workflow:
|
||||||
ssh_ip: '"121.43.168.217"'
|
ssh_ip: '"121.43.168.217"'
|
||||||
ssh_port: '"22"'
|
ssh_port: '"22"'
|
||||||
ssh_user: '"root"'
|
ssh_user: '"root"'
|
||||||
ssh_cmd: "\"docker images | grep
|
ssh_cmd: '"docker run -d -p 3000:3000 --name groupeazzy
|
||||||
registry.cn-guangzhou.aliyuncs.com/nudt_devops/gitlink_help_center_grou\
|
registry.cn-guangzhou.aliyuncs.com/nudt_devops/gitlink_help_center_groupeazzy:latest"'
|
||||||
peazzy | awk '{if ($2 != \"latest\") print$3}' | xargs docker rmi\""
|
|
||||||
needs:
|
needs:
|
||||||
- start
|
- start
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue