From 6af18aa977a9d65cc07dce77a2cbd4311446edaa Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 26 Jan 2026 15:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9drone=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=E4=BC=98=E5=8C=96=E5=8F=91=E5=B8=83=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E5=8F=91=E5=B8=83=EF=BC=8C=E9=98=B2=E6=AD=A2=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index f94a31239..4a47c11c0 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -19,39 +19,17 @@ server: steps: - name: publish-test-hir commands: - - cd /opt/1panel/xc-deploy/Test_HIR_New/devops-build-publish;sh test_hir_net8.sh + - cd /opt/1panel/xc-deploy/Test_HIR_New/devops-build-publish;sh test-branch-latest-build-image-publish.sh v${DRONE_BUILD_NUMBER} + +- name: publish-test-hir-scp + commands: + - cd /opt/1panel/xc-deploy/Test_HIR_SCP_New/devops-build-publish;sh test-branch-latest-build-image-publish.sh v${DRONE_BUILD_NUMBER} trigger: branch: - Test_HIR_Net8 ---- -kind: pipeline -type: ssh -name: ssh-linux-test-hir-scp-publish -platform: - os: Linux - arch: 386 - -clone: - disable: true - -server: - host: 106.14.89.110 - user: root - password: - from_secret: test_ssh_pwd - -steps: -- name: publish-test-hir-scp - commands: - - cd /opt/1panel/xc-deploy/Test_HIR_SCP_New/devops-build-publish;sh test_hir_scp_net8.sh - -trigger: - branch: - - Test_HIR_Net8 -