From 63bbe0510261a6ecb40ece5a7bd073bbe5a36216 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 4 Apr 2020 21:40:22 +0200 Subject: [PATCH] Update scripts --- git-update.sh | 1 + scripts/git-update.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 120000 git-update.sh create mode 100644 scripts/git-update.sh diff --git a/git-update.sh b/git-update.sh new file mode 120000 index 0000000..73c3881 --- /dev/null +++ b/git-update.sh @@ -0,0 +1 @@ +scripts/git-update.sh \ No newline at end of file diff --git a/scripts/git-update.sh b/scripts/git-update.sh new file mode 100644 index 0000000..18216c6 --- /dev/null +++ b/scripts/git-update.sh @@ -0,0 +1,5 @@ +git push +ssh fsn1.dn42.zotan.network "cd dn42-configuration && git pull" +ssh nbg1.dn42.zotan.network "cd dn42-configuration && git pull" +ssh hel1.dn42.zotan.network "cd dn42-configuration && git pull" +ssh fsn2.dn42.zotan.network "cd dn42-configuration && git pull"