diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 3ecdcf776..076ac860f 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -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 - + ---