修改自动发布配置文件
parent
ce3bfaeb5c
commit
133120e8c0
|
@ -1,6 +1,6 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: dotnet-core-app-test-study
|
name: irc-netcore-api
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
|
@ -41,14 +41,14 @@ volumes:
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- Test.Study
|
- master
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: ssh
|
type: ssh
|
||||||
name: default
|
name: ssh-windows-publish
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: windows
|
os: windows
|
||||||
|
@ -65,8 +65,8 @@ server:
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
commands:
|
commands:
|
||||||
- Start-Process -FilePath "C:\Users\Administrator\Desktop\win.bat"
|
- Start-Process -FilePath "C:\CICD\Test.Study\netcore_Publish.bat"
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- Test.Study
|
Loading…
Reference in New Issue