From 10cfefb95a10e06a79a7873e1ceb7491318e5470 Mon Sep 17 00:00:00 2001 From: katxeus Date: Thu, 16 Oct 2025 17:13:35 +0300 Subject: [PATCH] changed make and workflow for npis remote production server --- .gitea/workflows/build-and-publish.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 41c0b85..10a6eff 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -29,8 +29,8 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: ${{ runner.os }}-node - - name: Install dependencies - # run: npm ci + - name: Install dependencies with --force + # run: npm ci --force run: | make install @@ -42,9 +42,9 @@ jobs: uses: appleboy/scp-action@v1 with: host: 192.168.1.11 - username: xeus - password: jk + username: npis + password: op port: 22 #source: "./frontend/README.md, ./backend/Dockerfile" source: "./build" - target: "~/projects/npis-docs" + target: "~/npis-docs"