From: Ralf Jung Date: Thu, 8 Oct 2015 21:24:26 +0000 (+0200) Subject: upload script X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/e344745524e2fbc8775fe0fa84dd5e665eeb96ed upload script --- diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..5d13195 --- /dev/null +++ b/upload.sh @@ -0,0 +1,7 @@ +#/bin/bash +cd "$(dirname "$0")" + +jekyll build +cd _site +rsync ./ personalj.de:srv/www.ralfj.de/docroot/ -aP \ + --exclude=cs/research.html