forked from Gitlink/gitlink_help_center
refactor: .devops/未命名项目.yml
This commit is contained in:
parent
fbfef7b140
commit
f04eb4d6e6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue