projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add link to department website
[web.git]
/
research
/
upload.sh
diff --git
a/research/upload.sh
b/research/upload.sh
index 3a528b5145d7db7928cc9d730d8afe3e0587cd4d..249ef6bb473e9bb2d8db38ffa6b94c4048b7853a 100755
(executable)
--- a/
research/upload.sh
+++ b/
research/upload.sh
@@
-3,4
+3,9
@@
cd "$(dirname "$0")"
jekyll build
cd _site
jekyll build
cd _site
-rsync ./ mpi-contact:public_html/ -aP
+
+git add .
+git diff --cached
+git commit -m "site upload"
+
+rsync ./ ralfj.de:/srv/research.ralfj.de/docroot/ -aP --exclude .git