X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/eaef5e06fdcbb3344efff7abeb62696c41ec907c..354a2d6cc777a076e8da438c7ab61f6dec4d36a6:/research/upload.sh diff --git a/research/upload.sh b/research/upload.sh index 6832be4..0cad195 100755 --- a/research/upload.sh +++ b/research/upload.sh @@ -5,9 +5,7 @@ jekyll build cd _site git add . -if ! git diff --cached; then - # There are changes - git commit -m "site upload" -fi +git diff --cached +git commit -m "site upload" -rsync ./ mpi-contact:public_html/ -aP --exclude .git +rsync ./ ralfj.de:/srv/www.ralfj.de/docroot/research/ -aP --exclude .git