prepare for having two sites: personal and research
[web.git] / upload.sh
diff --git a/upload.sh b/upload.sh
deleted file mode 100755 (executable)
index 88e6126..0000000
--- a/upload.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#/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