projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
announce my ETH position :-))
[web.git]
/
personal
/
upload.sh
diff --git
a/personal/upload.sh
b/personal/upload.sh
index 2d9205e38214e03dec7fcaba986554b108380249..aac35c48ad2a1d20138516a14a270b297596d370 100755
(executable)
--- a/
personal/upload.sh
+++ b/
personal/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 ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP --exclude .git