projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6733051ce12ba7dc3b8620c1616fbadd6057152c
[web.git]
/
personal
/
upload.sh
1
#/bin/bash
2
cd "$(dirname "$0")"
3
4
jekyll build
5
cd _site
6
rsync ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP