diff --git a/.devops/未命名项目.yml b/.devops/未命名项目.yml deleted file mode 100644 index 1242d57..0000000 --- a/.devops/未命名项目.yml +++ /dev/null @@ -1,63 +0,0 @@ -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: git_clone_0 - name: git clone - task: git_clone@1.2.9 - input: - username: ((user.name)) - password: ((mima.mima)) - remote_url: '"https://gitlink.org.cn/fengyujue/gitlink_help_center.git"' - ref: '"refs/heads/master"' - commit_id: '""' - depth: 1 - needs: - - start - - ref: end - name: 结束 - task: end - needs: - - ssh_cmd_0 - - ref: docker_image_build_0 - name: docker镜像构建 - task: docker_image_build@1.6.0 - input: - docker_username: ((docker.name)) - docker_password: ((docker.mima)) - image_name: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com/feng22/feng22"' - image_tag: '"latest"' - registry_address: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com"' - docker_file: '"Dockerfile"' - docker_build_path: '"."' - workspace: git_clone_0.git_path - image_push: true - build_args: '""' - needs: - - git_clone_0 - - ref: ssh_cmd_0 - name: ssh执行命令 - task: ssh_cmd@1.1.1 - input: - ssh_pass: ((ssh.password)) - ssh_ip: '"120.27.137.186"' - ssh_port: '"22"' - ssh_user: '"root"' - ssh_cmd: '"docker stop feng22: || true && docker rm feng22: || true && docker - pull - crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com/feng22/feng22:latest; - docker run -d -p 3000:3000 --name feng22: - crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com/feng22/feng22:latest"' - needs: - - docker_image_build_0 -