Compare commits

..

No commits in common. "089d8668f276393dca4e38245b3a8939c9fa8eba" and "32a7e42c512705cc420b63a60c14b94a7d328b6a" have entirely different histories.

1 changed files with 0 additions and 32 deletions

View File

@ -24,38 +24,6 @@ steps:
trigger: trigger:
branch: branch:
- uat - 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