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') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: ${{ runner.os }}-node
|
restore-keys: ${{ runner.os }}-node
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies with --force
|
||||||
# run: npm ci
|
# run: npm ci --force
|
||||||
run: |
|
run: |
|
||||||
make install
|
make install
|
||||||
|
|
||||||
@@ -42,9 +42,9 @@ jobs:
|
|||||||
uses: appleboy/scp-action@v1
|
uses: appleboy/scp-action@v1
|
||||||
with:
|
with:
|
||||||
host: 192.168.1.11
|
host: 192.168.1.11
|
||||||
username: xeus
|
username: npis
|
||||||
password: jk
|
password: op
|
||||||
port: 22
|
port: 22
|
||||||
#source: "./frontend/README.md, ./backend/Dockerfile"
|
#source: "./frontend/README.md, ./backend/Dockerfile"
|
||||||
source: "./build"
|
source: "./build"
|
||||||
target: "~/projects/npis-docs"
|
target: "~/npis-docs"
|
||||||
|
|||||||
Reference in New Issue
Block a user