refactor: .devops/未命名项目.yml

This commit is contained in:
hejiayu47 2024-05-22 17:32:30 +00:00 committed by jianmu
parent fbfef7b140
commit f04eb4d6e6
1 changed files with 11 additions and 1 deletions

View File

@ -16,7 +16,7 @@ workflow:
name: 结束
task: end
needs:
- docker_image_build_0
- ssh_cmd_0
- ref: git_clone_0
name: git clone
task: git_clone@1.2.9
@ -43,4 +43,14 @@ workflow:
build_args: '""'
needs:
- git_clone_0
- ref: ssh_cmd_0
name: ssh执行命令
task: ssh_cmd@1.1.1
input:
ssh_ip: '""'
ssh_port: '"22"'
ssh_user: '"root"'
ssh_cmd: '""'
needs:
- docker_image_build_0