irc-netcore-api/irc_api.drone.yml

37 lines
540 B
YAML

kind: pipeline
type: ssh
name: ssh-linux-test-hir-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
commands:
- cd /root/.jpom/devops-center; bash build-netcore-then-publish.sh HIR Test_HIR_Net8
- name: publish-test-hir-scp
commands:
- cd /root/.jpom/devops-center;bash build-netcore-then-publish.sh HIR_SCP Test_HIR_Net8
trigger:
branch:
- Test_HIR_Net8