further tweaks to workflows
This commit is contained in:
parent
66a03ba49c
commit
a24b5d0369
|
@ -15,11 +15,11 @@ jobs:
|
|||
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: Build backend
|
||||
uses: actions/setup-dotnet@v3
|
||||
run: |
|
||||
- run: |
|
||||
dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
|
||||
- name: Build frontend
|
||||
uses: actions/setup-node@v3
|
||||
run: |
|
||||
- run: |
|
||||
npm run build
|
||||
- name: copy everything to Production
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue