测试linux 打包
parent
7acd7ec8fb
commit
cee45b87ee
|
@ -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
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue