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