X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/817b388356b0c0ab066e9034af475e4e2e895fc2..dfbd19b865b636c19e788fa9e07be3829a521ff4:/research/upload.sh diff --git a/research/upload.sh b/research/upload.sh index 3a528b5..0cad195 100755 --- a/research/upload.sh +++ b/research/upload.sh @@ -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