diff --git a/.devops/test.yml b/.devops/test.yml new file mode 100644 index 0000000..24930da --- /dev/null +++ b/.devops/test.yml @@ -0,0 +1,58 @@ +version: 2 +name: test +description: "" +global: + concurrent: 1 +trigger: + webhook: gitlink@1.0.0 + event: + - ref: pr + ruleset: + - param-ref: source_branch + operator: EQ + value: '""' + ruleset-operator: AND +workflow: + - ref: start + name: 开始 + task: start + - ref: end + name: 结束 + task: end + needs: + - ssh_cmd_0 + - ref: git_clone_0 + name: git clone + task: git_clone@1.2.9 + input: + remote_url: '"https://gitlink.org.cn/SheYuWu03/gitlink_help_center.git"' + ref: '"refs/heads/master"' + commit_id: '""' + depth: 1 + needs: + - start + - ref: docker_image_build_0 + name: docker镜像构建 + task: docker_image_build@1.6.0 + input: + image_name: '""' + image_tag: '"latest"' + registry_address: '""' + docker_file: '"Dockerfile"' + docker_build_path: '"."' + workspace: '"."' + image_push: true + 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 + diff --git a/.devops/发布更新.yml b/.devops/发布更新.yml new file mode 100644 index 0000000..631b399 --- /dev/null +++ b/.devops/发布更新.yml @@ -0,0 +1,57 @@ +version: 2 +name: 发布更新 +description: "" +global: + concurrent: 1 +trigger: + webhook: gitlink@1.0.0 + event: + - ref: push + ruleset-operator: AND +workflow: + - ref: start + name: 开始 + task: start + - ref: end + name: 结束 + task: end + needs: + - git_push_0 + - ref: docker_image_build_0 + name: docker镜像构建 + task: docker_image_build@1.6.0 + input: + image_name: '""' + image_tag: '"latest"' + registry_address: '""' + docker_file: '"Dockerfile"' + docker_build_path: '"."' + workspace: '"."' + image_push: true + build_args: '""' + needs: + - start + - 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 + - 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 + diff --git a/docs/第三方服务/重睛鸟代码溯源.md b/docs/第三方服务/重睛鸟代码溯源.md index 5cd1639..83d1542 100644 --- a/docs/第三方服务/重睛鸟代码溯源.md +++ b/docs/第三方服务/重睛鸟代码溯源.md @@ -62,6 +62,6 @@ sidebar_position: 1 ## 用户操作流程 -![](../../static/img/di_san_fang/重晴鸟代码溯源/用户操作流程.png)
+![](../../static/img/di_san_fang/重晴鸟代码溯源/用户操作流程(新).png)
用户操作流程

diff --git a/docs/通知/通知设置.md b/docs/通知/通知设置.md index 37f798c..bfde209 100644 --- a/docs/通知/通知设置.md +++ b/docs/通知/通知设置.md @@ -12,6 +12,7 @@ sidebar_position: 2 ![](/img/notice/home_notice.png)
或在头像下拉列表中选择设置可以进入消息通知设置界面; + ![](/img/notice/into_notice.png) #### 2.进行通知设置 diff --git a/static/img/di_san_fang/重晴鸟代码溯源/用户操作流程.png b/static/img/di_san_fang/重晴鸟代码溯源/用户操作流程.png deleted file mode 100644 index 7182eb5..0000000 Binary files a/static/img/di_san_fang/重晴鸟代码溯源/用户操作流程.png and /dev/null differ diff --git a/static/img/di_san_fang/重晴鸟代码溯源/用户操作流程(新).png b/static/img/di_san_fang/重晴鸟代码溯源/用户操作流程(新).png new file mode 100644 index 0000000..8fadb0c Binary files /dev/null and b/static/img/di_san_fang/重晴鸟代码溯源/用户操作流程(新).png differ