更新 .gitea/workflows/ build.yml
This commit is contained in:
parent
b727e40a69
commit
ddb14b6eeb
@ -14,12 +14,12 @@ jobs:
|
|||||||
node-version: 18
|
node-version: 18
|
||||||
# npm install
|
# npm install
|
||||||
- name: npm run build
|
- name: npm run build
|
||||||
run: npm install && npm run src:build && ls .vitepress/dist
|
run: npm install && npm run src:build
|
||||||
- name: scp delay
|
- name: scp delay
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@v0.1.7
|
||||||
with:
|
with:
|
||||||
host: ${{ vars.HOST }}
|
host: ${{ vars.HOST }}
|
||||||
username: ${{ vars.USERNAME }}
|
username: ${{ vars.USERNAME }}
|
||||||
password: ${{ vars.PASSWORD }}
|
password: ${{ vars.PASSWORD }}
|
||||||
source: ".vitepress/dist/*"
|
source: .vitepress/dist/*
|
||||||
target: "/usr/share/nginx/html2"
|
target: "/usr/share/nginx/html2"
|
Loading…
Reference in New Issue
Block a user