refactor: .devops/build_and_check.yml

This commit is contained in:
xxq250 2023-03-29 16:51:18 +08:00 committed by jianmu
parent 952fdb403c
commit 633e07c71e
1 changed files with 11 additions and 1 deletions

View File

@ -55,7 +55,7 @@ workflow:
at_user_ids: '"[]"'
at_mobiles: '"[]"'
needs:
- scp_resource_0
- ssh_cmd_0
- ref: shell_2
name: 打包完成
image: docker.jianmuhub.com/library/alpine:3.17.0
@ -76,4 +76,14 @@ workflow:
file_content: '""'
needs:
- shell_2
- ref: ssh_cmd_0
name: 执行发布命令
task: ssh_cmd@1.1.1
input:
ssh_ip: '""'
ssh_port: '"22"'
ssh_user: '"root"'
ssh_cmd: '""'
needs:
- scp_resource_0