Fix scripts

This commit is contained in:
cool-mist
2025-02-23 15:26:42 +05:30
parent 74a91f5a1f
commit 111a01faac
3 changed files with 15 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
./build-web.sh
serve_root=$1
mv ./sol_chess.tar.gz $serve_root/sol_chess.tar.gz && \
tar -xzvf $serve_root/sol_chess.tar.gz -C $serve_root && \
rm $serve_root/sol_chess.tar.gz
echo "Deployment complete"