diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 809f7f66..5d31896a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,4 +19,7 @@ build: - "dotnet build -c ServerBuild" - "cd ReallifeGamemode.Client/" - "npm install" - - "npm run build:server" \ No newline at end of file + - "npm run build:server" + - "cd ../" + - "./gm_copy_build_files.sh" + - "sudo /bin/systemctl restart ragempsrv" \ No newline at end of file