update upload script

This commit is contained in:
Laura Hausmann 2020-10-16 11:42:37 +02:00
parent 5b0b3dfbf3
commit f26dd50d52
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -1,6 +1,7 @@
#!/bin/bash
git add .
git commit -a
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'"