Files
TicTacToe-Multiplayer/deployment/client/deployClient
Simon Bussmann 43361897ff Added deployment options for the client
- Client can be downloaded under www.cato447.tech
- Added support for numbers notated in "," and "." form
2021-03-23 22:27:14 +01:00

6 lines
252 B
Bash
Executable File

#!/bin/sh
cp ~/Code/ArcadeMachine/out/artifacts/Client_jar/Client.jar ~/Code/ArcadeMachine/deployment/client/package
cd /var/www/html
scp * root@server:/var/www/html/
scp files/* root@server:/var/www/html/files
ssh root@server systemctl restart apache2