From a1dab30d37c723e2c48ba2c0757962c5a13af48b Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 19 Jul 2024 11:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8C=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_vue_drone.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/irc_vue_drone.yml b/irc_vue_drone.yml index 923189c7..7cc775aa 100644 --- a/irc_vue_drone.yml +++ b/irc_vue_drone.yml @@ -24,6 +24,38 @@ steps: trigger: branch: - 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-vue + commands: + - echo start publish test-irc-vue + - cd /opt/1panel/hang/vue/test-irc + - sh test-irc.sh v${DRONE_BUILD_NUMBER} + +trigger: + branch: + - main + + \ No newline at end of file