fix path for npm deploy
This commit is contained in:
parent
d824ae5d0e
commit
39205f81eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue