Files
mir-godot/update.bat

5 lines
185 B
Batchfile
Raw Normal View History

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