From 62544337289f67dd35568ec3c10470e9a4709ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=9C=9D=E6=99=96?= Date: Mon, 25 May 2026 02:35:55 +0000 Subject: [PATCH] =?UTF-8?q?CI/CD:=20=E6=B5=81=E6=B0=B4=E7=BA=BF=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=87=AA=E5=8A=A8=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .workflow/deploy.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .workflow/deploy.yml diff --git a/.workflow/deploy.yml b/.workflow/deploy.yml new file mode 100644 index 0000000..84aa8a5 --- /dev/null +++ b/.workflow/deploy.yml @@ -0,0 +1,33 @@ +version: '1.0' +name: pipeline-20260525 +displayName: pipeline-20260525 +triggers: + trigger: auto + push: + branches: + prefix: + - '' +stages: + - name: stage-b0e54961 + displayName: deploy + strategy: naturally + trigger: auto + executor: [] + steps: + - step: shell@agent + name: execute_shell + displayName: Shell 脚本执行 + schedulerType: DISTRIBUTED + hostGroupID: + ID: i-f8zc4nf8y8u267zwn9vw + hostID: + - 0c13eac4-c35d-455e-a162-ce11a0ab9e37 + scriptType: SH + script: + - '# 请在此输入您想执行的脚本' + - cd ~/gen2d + - ./deploy.sh + gitClone: false + notify: [] + strategy: + retry: '0'