wanggang
1 year ago
4 changed files with 28 additions and 0 deletions
@ -0,0 +1 @@ |
|||
publish |
@ -0,0 +1 @@ |
|||
dotnet publish ../code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host -o ./publish -c Release -r win-x64 --sc true |
@ -0,0 +1 @@ |
|||
dotnet publish ../code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host -o ./publish -c Release -r win-x64 --sc true |
@ -0,0 +1,25 @@ |
|||
--- |
|||
kind: pipeline |
|||
type: docker |
|||
name: linux-amd64 |
|||
|
|||
platform: |
|||
arch: amd64 |
|||
os: linux |
|||
|
|||
steps: |
|||
- name: build |
|||
image:mcr.microsoft.com/dotnet/sdk:5.0 |
|||
commands: |
|||
- cd ./build |
|||
- ./build.sh |
|||
|
|||
setps: |
|||
- name: publish |
|||
image: plugins/s3 |
|||
bucket: default |
|||
access_key: O222sbIaMKeGfeX18t8K |
|||
secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR |
|||
source: build/publish/**/* |
|||
target: /jie-suan/bei-qi/publish |
|||
|
Loading…
Reference in new issue