X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/d3c771bb7374a6611cbd8e564f4e7bd4ea740660..HEAD:/personal/upload.sh diff --git a/personal/upload.sh b/personal/upload.sh index 88e6126..aac35c4 100755 --- a/personal/upload.sh +++ b/personal/upload.sh @@ -3,6 +3,9 @@ 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 + +git add . +git diff --cached +git commit -m "site upload" + +rsync ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP --exclude .git