diff --git a/.gitea/workflows/stage-deploy.yaml b/.gitea/workflows/stage-deploy.yaml index 45c2f0074..9a521adb0 100644 --- a/.gitea/workflows/stage-deploy.yaml +++ b/.gitea/workflows/stage-deploy.yaml @@ -13,12 +13,10 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - run: echo " The ${{ gitea.repository }} repository has been cloned to the runner." - - name: Build backend - 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 - - name: Build frontend - uses: actions/setup-node@v3 - run: | npm run build