diff --git a/irc_api.drone.yml b/irc_api.drone.yml index f90c72887..04bc628f6 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: dotnet-core-app-test-study +name: irc-netcore-api steps: - name: docker-build @@ -41,14 +41,14 @@ volumes: trigger: branch: - - Test.Study + - master --- kind: pipeline type: ssh -name: default +name: ssh-windows-publish platform: os: windows @@ -65,8 +65,8 @@ server: steps: - name: test commands: - - Start-Process -FilePath "C:\Users\Administrator\Desktop\win.bat" + - Start-Process -FilePath "C:\CICD\Test.Study\netcore_Publish.bat" trigger: branch: - - master \ No newline at end of file + - Test.Study \ No newline at end of file