diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4ee0cae4..da00171b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -36,7 +36,7 @@ jobs: # 这里是 rsync 的参数 switches: -avzh --delete --exclude="" --include="" --filter="" switches: -avzh path: ./House-Map.newUI/dist/* - remote_path: /opt/www/house2048/ + remote_path: /opt/www/house2048-new-ui/ remote_host: ${{ secrets.HOUSE_MAP_SERVER }} remote_port: 22 remote_user: root