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