From cff83d6414ad70e8a8b635dffb6db3b370fdc53d Mon Sep 17 00:00:00 2001 From: wuxin21 <860289024@qq.com> Date: Tue, 28 May 2024 06:50:32 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/=E5=8F=91=E5=B8=83=E6=9B=B4?= =?UTF-8?q?=E6=96=B0.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/发布更新.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.devops/发布更新.yml b/.devops/发布更新.yml index 411b05f..631b399 100644 --- a/.devops/发布更新.yml +++ b/.devops/发布更新.yml @@ -16,7 +16,7 @@ workflow: name: 结束 task: end needs: - - ssh_cmd_0 + - git_push_0 - ref: docker_image_build_0 name: docker镜像构建 task: docker_image_build@1.6.0 @@ -41,4 +41,17 @@ workflow: ssh_cmd: '""' needs: - docker_image_build_0 + - ref: git_push_0 + name: git_push + task: sailstar/git_push@1.0.6 + input: + remote_url: '""' + remote_branch: '"master"' + source_path: '""' + target_dir: '""' + commit_message: '"jianmu default commit message"' + committer_name: '"jianmu"' + committer_email: '"jianmu@example.com"' + needs: + - ssh_cmd_0