From 5946aa278391355d115f959c24c8b7d4e58ec9ff Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 16 Oct 2020 11:43:19 +0200 Subject: [PATCH] another update --- compile_upload.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile_upload.sh b/compile_upload.sh index 389f52e..609ca3d 100644 --- a/compile_upload.sh +++ b/compile_upload.sh @@ -5,3 +5,4 @@ git push dotnet publish -c Release -r linux-x64 scp $(pwd)/bin/Release/netcoreapp3.1/linux-x64/publish/repomgr replicator:/usr/local/bin ssh replicator "bash -c 'cd /opt/repomgr_git && git pull'" +ssh replicator "bash -c 'sudo systemctl restart repomgr'"