fix path for npm deploy

This commit is contained in:
Kim 2023-10-23 14:40:29 +02:00
parent d824ae5d0e
commit 39205f81eb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- run: dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
- uses: actions/setup-node@v3
- run: |
npm run build
npm --prefix ${{ gitea.workspace }}/typescript/frontend-marios2 run build
- name: copy everything to Stage
run: |
rsync -av ${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/ ubuntu@91.92.154.141:~/backend