Files
mir-godot/update.bat

5 lines
183 B
Batchfile
Raw Normal View History

2024-03-03 22:59:18 +08:00
@echo off
2024-03-04 00:05:39 +08:00
scp -r ./engine/release/server* root@172.21.254.81:/data/wwwroot/game/
2024-03-03 22:59:18 +08:00
2024-03-04 00:05:39 +08:00
ssh root@172.21.254.81 "chmod +x /data/wwwroot/game/* && cd /opt/Engine2D && sudo ./tools/update.sh"