thoping to fix deploy
This commit is contained in:
parent
49325f9ca0
commit
4579055b72
|
@ -14,13 +14,13 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: Build backend
|
||||
uses: actions/setup-dotnet@v3
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
run: dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
|
||||
- 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: |
|
||||
- uses: actions/setup-node@v3
|
||||
- run: |
|
||||
npm run build
|
||||
- name: copy everything to Stage
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue