projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4ea4824
)
fix tracking generated HTML files
author
Ralf Jung
<post@ralfj.de>
Wed, 21 Nov 2018 08:26:20 +0000
(09:26 +0100)
committer
Ralf Jung
<post@ralfj.de>
Wed, 21 Nov 2018 08:26:20 +0000
(09:26 +0100)
ralf/upload.sh
patch
|
blob
|
history
research/upload.sh
patch
|
blob
|
history
diff --git
a/ralf/upload.sh
b/ralf/upload.sh
index
2d9205e
..
aac35c4
100755
(executable)
--- a/
ralf/upload.sh
+++ b/
ralf/upload.sh
@@
-5,9
+5,7
@@
jekyll build
cd _site
git add .
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
rsync ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP --exclude .git
diff --git
a/research/upload.sh
b/research/upload.sh
index
6832be4
..
f0268be
100755
(executable)
--- a/
research/upload.sh
+++ b/
research/upload.sh
@@
-5,9
+5,7
@@
jekyll build
cd _site
git add .
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 ./ mpi-contact:public_html/ -aP --exclude .git
rsync ./ mpi-contact:public_html/ -aP --exclude .git