Compare commits

...

2 Commits

Author SHA1 Message Date
hang 6be556dad2 Merge branch 'Test.IRC' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test.IRC
continuous-integration/drone/push Build encountered an error Details
2023-12-01 13:30:38 +08:00
hang cee45b87ee 测试linux 打包 2023-12-01 13:30:36 +08:00
1 changed files with 23 additions and 1 deletions

View File

@ -73,6 +73,28 @@ volumes:
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock
trigger:
branch:
- master
---
kind: pipeline
type: ssh
name: default
server:
host: 47.117.164.182
user: root
password:
from_secret: uat_ssh_pwd
steps:
- name: greeting
commands:
- echo start publish test-irc-api
- cd /opt/cicd/irc-test
- sh test-irc.sh
trigger: trigger:
branch: branch:
- Test.IRC - Test.IRC