update workflows

This commit is contained in:
Kim 2023-10-23 14:20:06 +02:00
parent 81ebe98f8f
commit 5ca518f7b5
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,6 @@
name: Production-Deploy
on:
push:
branches:
- 'main'
tags:
- v1.**
@ -15,9 +13,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Install build requirements
run: |
apt install dotnet
- name: Build backend
run: |
dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false

View File

@ -13,9 +13,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Install build requirements
run: |
apt install dotnet
- name: Build backend
run: |
dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false