Skip to content

Commit

Permalink
feat: merge newUI
Browse files Browse the repository at this point in the history
  • Loading branch information
liguobao committed Feb 28, 2024
1 parent 594d9e0 commit 650ec35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/new.ui.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: ./House-Map.UI
working-directory: ./House-Map.newUI

- name: Build
run: npm run build
working-directory: ./House-Map.UI
working-directory: ./House-Map.newUI

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

0 comments on commit 650ec35

Please sign in to comment.