From f26dd50d526fa7397833265d7eaefa282362513f Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 16 Oct 2020 11:42:37 +0200 Subject: [PATCH] update upload script --- compile_upload.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile_upload.sh b/compile_upload.sh index e3c164f..389f52e 100644 --- a/compile_upload.sh +++ b/compile_upload.sh @@ -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'"