changed make and workflow for npis remote production server
Some checks failed
Build and Publish Docs site / build-docs (push) Failing after 8m36s
Some checks failed
Build and Publish Docs site / build-docs (push) Failing after 8m36s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user