From 385643643e9059c3688c97979a777294873f1af3 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 13 Mar 2026 13:47:23 +0800 Subject: [PATCH] =?UTF-8?q?uat=E5=90=88=E5=B9=B6main=20=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=89=93=E5=8C=85=E6=96=87=E4=BB=B6=E8=A2=AB=E8=A6=86=E7=9B=96?= =?UTF-8?q?=EF=BC=8C=E9=87=8D=E6=96=B0=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_vue_drone.yml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/irc_vue_drone.yml b/irc_vue_drone.yml index 6864bd1c..bbf82512 100644 --- a/irc_vue_drone.yml +++ b/irc_vue_drone.yml @@ -33,6 +33,38 @@ trigger: - uat - +--- +kind: pipeline +type: ssh +name: ssh-linux-test-irc-publish + +platform: + os: Linux + arch: 386 + +clone: + disable: true #禁用默认克隆 + +server: + host: 106.14.89.110 + user: root + password: + from_secret: local_pwd + +steps: + - name: publish-test-irc-web + commands: + - bash /opt/1panel/xc-deploy-new/devops-center/build-vue-then-publish.sh IRC_Web main + - name: notify-wecom + commands: + - echo $DRONE_COMMIT_AUTHOR "$DRONE_COMMIT_MESSAGE" + - bash /opt/1panel/xc-deploy-new/devops-center/drone-notify-wecom.sh "$DRONE_BUILD_STATUS" "$DRONE_REPO_NAME" "$DRONE_BRANCH" "$DRONE_BUILD_NUMBER" "4355b98e-1e72-4678-8dfb-2fc6ad0bf449" "$DRONE_COMMIT_MESSAGE" "$DRONE_COMMIT_AUTHOR" "Test_IRC_WEB" "irc.test.extimaging.com" + when: + status: + - success + - failure +trigger: + branch: + - main \ No newline at end of file