增加本地打包推送上海阿里云镜像仓库
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
b52d8785bb
commit
f2afb7ab1a
|
@ -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
|
kind: pipeline
|
||||||
type: ssh
|
type: ssh
|
||||||
|
|
Loading…
Reference in New Issue