Restart service when push (workaround for broken dev server)

This commit is contained in:
hydrant
2019-05-01 18:23:43 +02:00
parent 819407a817
commit 5c23071c7e

View File

@@ -20,3 +20,6 @@ build:
- "cd ReallifeGamemode.Client/"
- "npm install"
- "npm run build:server"
- "cd ../"
- "./gm_copy_build_files.sh"
- "sudo /bin/systemctl restart ragempsrv"