增加本地打包推送上海阿里云镜像仓库
continuous-integration/drone/push Build encountered an error Details

IRC_NewDev
hang 2024-01-31 15:48:42 +08:00
parent b52d8785bb
commit f2afb7ab1a
1 changed files with 32 additions and 0 deletions

View File

@ -109,6 +109,38 @@ trigger:
---
---
kind: pipeline
type: ssh
name: ssh-linux-test-irc-publish
platform:
os: Linux
arch: 386
clone:
disable: true #禁用默认克隆
server:
host: 192.168.3.68
user: root
password:
from_secret: local_pwd
# ssh_key:
# from_secret: rsa_key
steps:
- name: build and push image
commands:
- cd /opt/hang/netcore/irc-test
- sh test-irc.sh v${DRONE_BUILD_NUMBER}
trigger:
branch:
- Test_IRC_Net8
---
kind: pipeline
type: ssh