prepare for having two sites: personal and research
[web.git] / ralf / upload.sh
diff --git a/ralf/upload.sh b/ralf/upload.sh
new file mode 100755 (executable)
index 0000000..88e6126
--- /dev/null
@@ -0,0 +1,8 @@
+#/bin/bash
+cd "$(dirname "$0")"
+
+jekyll build
+cd _site
+rsync ./ ralfj.de:srv/www.ralfj.de/docroot/ -aP \
+  --exclude=cs/research.html
+scp cs/research.html mpi-contact:public_html/index.html