typo
[web.git] / ralf / upload.sh
index 6733051ce12ba7dc3b8620c1616fbadd6057152c..aac35c48ad2a1d20138516a14a270b297596d370 100755 (executable)
@@ -3,4 +3,9 @@ cd "$(dirname "$0")"
 
 jekyll build
 cd _site
-rsync ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP
+
+git add .
+git diff --cached
+git commit -m "site upload"
+
+rsync ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP --exclude .git