Files
TicTacToe-Multiplayer/deployment/client/deployClient
2021-03-25 01:27:24 +01:00

6 lines
236 B
Bash
Executable File

#!/bin/sh
cd /var/www/html
scp index.css index.html root@server:/var/www/html/
scp ~/Code/ArcadeMachine/out/artifacts/Client_jar/Client.jar files/startClient.bat root@server:/var/www/html/files
ssh root@server systemctl restart apache2