upload script
authorRalf Jung <post@ralfj.de>
Thu, 8 Oct 2015 21:24:26 +0000 (23:24 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 8 Oct 2015 21:24:26 +0000 (23:24 +0200)
upload.sh [new file with mode: 0755]

diff --git a/upload.sh b/upload.sh
new file mode 100755 (executable)
index 0000000..48c6cf3
--- /dev/null
+++ b/upload.sh
@@ -0,0 +1,7 @@
+#/bin/bash
+cd "$(dirname "$0")"
+
+jekyll build
+cd _site
+rsync ./ ralfj.de:srv/www.ralfj.de/docroot/ -aP \
+  --exclude=cs/research.html