Emscripten: script to deploy the webapp

This commit is contained in:
Sergii Pylypenko
2021-05-04 23:47:00 +03:00
parent 63104ab06f
commit a048423b61

9
os/emscripten/deploy-webapp.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
INSTALL_PATH=`pwd`/../../../openttd-touch-webapp
./emscripten-build.sh release $INSTALL_PATH || exit 1
cd $INSTALL_PATH || exit 1
git commit -a * && git push