From 39205f81ebf0ba3ebb77500446148b8c87bd210e Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 23 Oct 2023 14:40:29 +0200 Subject: [PATCH] fix path for npm deploy --- .gitea/workflows/stage-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/stage-deploy.yaml b/.gitea/workflows/stage-deploy.yaml index 9a521adb0..3ba9be2ea 100644 --- a/.gitea/workflows/stage-deploy.yaml +++ b/.gitea/workflows/stage-deploy.yaml @@ -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