Skip to content

Commit

Permalink
feat: 修改部署地址到/opt/www/house2048-new-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
liguobao committed Feb 28, 2024
1 parent 90c2617 commit 6c2f87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c2f87a

Please sign in to comment.