add SIGPLAN award
[web.git] / research / upload.sh
index 3a528b5145d7db7928cc9d730d8afe3e0587cd4d..0cad19594a521dd0ac85a740b60678462e4e2932 100755 (executable)
@@ -3,4 +3,9 @@ cd "$(dirname "$0")"
 
 jekyll build
 cd _site
-rsync ./ mpi-contact:public_html/ -aP
+
+git add .
+git diff --cached
+git commit -m "site upload"
+
+rsync ./ ralfj.de:/srv/www.ralfj.de/docroot/research/ -aP --exclude .git