测试linux 打包

IRC_NewDev
hang 2023-12-01 13:30:36 +08:00
parent 7acd7ec8fb
commit cee45b87ee
1 changed files with 23 additions and 1 deletions

View File

@ -74,9 +74,31 @@ volumes:
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:
branch:
- Test.IRC
---