refactor: .devops/build_and_check.yml
This commit is contained in:
parent
952fdb403c
commit
633e07c71e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue