diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 4e449c79d..689c4c2bd 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -48,7 +48,7 @@ trigger: kind: pipeline type: ssh -name: ssh-windows-publish +name: ssh-windows-test-study-publish platform: os: windows @@ -69,4 +69,33 @@ steps: trigger: branch: - - Test.Study \ No newline at end of file + - Test.Study + + +--- + + +kind: pipeline +type: ssh +name: ssh-windows-test-irc-publish + +platform: + os: windows + arch: amd64 + +clone: + disable: true #禁用默认克隆 + +server: + host: 123.56.94.154 + user: Administrator + password: WHxckj2019 + +steps: +- name: publish-test-irc + commands: + - Start-Process "C:\CICD\Test.IRC\netcore_Publish.bat" -Wait + +trigger: + branch: + - Test.IRC \ No newline at end of file