From 133120e8c0c147d06d29fae0e0c0b101abe58d30 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 9 Aug 2023 18:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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