This commit is contained in:
2021-03-24 23:34:47 +01:00
parent abcfc8d0d6
commit 2ba6dea788
14 changed files with 232 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
#!/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
scp index.css index.html root@server:/var/www/html/
scp files/Client.jar files/startClient.bat root@server:/var/www/html/files
ssh root@server systemctl restart apache