another update

This commit is contained in:
Laura Hausmann 2020-10-16 11:43:19 +02:00
parent f26dd50d52
commit 5946aa2783
Signed by: zotan
GPG Key ID: 5EC1D38FFC321311
1 changed files with 1 additions and 0 deletions

View File

@ -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'"