This commit is contained in:
makeryangcom
2024-03-04 17:46:15 +08:00
parent a4712b8c84
commit c7da010f01
2 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
@echo off
scp -r ./engine/release/server* root@172.21.254.81:/data/wwwroot/game/
scp -r ./engine/release/server* root@172.21.245.0:/data/wwwroot/game/
ssh root@172.21.254.81 "chmod +x /data/wwwroot/game/* && cd /opt/Engine2D && sudo ./tools/update.sh"
ssh root@172.21.245.0 "chmod +x /data/wwwroot/game/* && cd /opt/Engine2D && sudo ./tools/update.sh"