Skip to content

Commit

Permalink
feat: 修正House-Map.UI 构建文件路径
Browse files Browse the repository at this point in the history
  • Loading branch information
liguobao committed Feb 19, 2024
1 parent 22c42ba commit 4126ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
- name: Build
run: npm run build
working-directory: ./House-Map.UI

- name: Deploy
uses: burnett01/[email protected]
with:
# 这里是 rsync 的参数 switches: -avzh --delete --exclude="" --include="" --filter=""
switches: -avzh
path: ./dist/*
path: ./House-Map.UI/dist/*
remote_path: /opt/www/house2048/
remote_host: ${{ secrets.HOUSE_MAP_SERVER }}
remote_port: 22
Expand Down

0 comments on commit 4126ba4

Please sign in to comment.