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"