Files
mir-godot/update.bat

5 lines
181 B
Batchfile
Raw Normal View History

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