projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1bb7244
)
upload script
author
Ralf Jung
<post@ralfj.de>
Thu, 8 Oct 2015 21:24:26 +0000
(23:24 +0200)
committer
Ralf Jung
<post@ralfj.de>
Thu, 8 Oct 2015 21:24:26 +0000
(23:24 +0200)
upload.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/upload.sh
b/upload.sh
new file mode 100755
(executable)
index 0000000..
5d13195
--- /dev/null
+++ b/
upload.sh
@@ -0,0
+1,7
@@
+#/bin/bash
+cd "$(dirname "$0")"
+
+jekyll build
+cd _site
+rsync ./ personalj.de:srv/www.ralfj.de/docroot/ -aP \
+ --exclude=cs/research.html