aboutsummaryrefslogtreecommitdiff
path: root/publish.sh
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-11-30 22:56:26 +0100
committerSébastien Dailly <sebastien@chimrod.com>2020-12-03 21:35:35 +0100
commit9b77ec15e5beeff3f57f845be883416d2a68b84d (patch)
tree796f2aecfcdf5012ce611fac22b85fa481bf63de /publish.sh
parent1c02ae819eee2d28040804d58872ceb4c003ee1f (diff)
New article on rst & Latex. Changed theme
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/publish.sh b/publish.sh
deleted file mode 100755
index 358f77c..0000000
--- a/publish.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-source ~/.virtualenvs/pelican4.1/bin/activate
-cd ~/pelican/
-make publish
-
-find output -name '*.html' -print0 | xargs -0 grep "{filename}"
-if [ $? -eq 0 ]; then
- echo Lien cassé dans les fichiers listés ci dessus.
- exit 1
-fi
-
-rsync -ra --del -e ssh output/ goku:/home/www/blog-chimrod/
-rsync -ra --del -e ssh output/ vps785951:/srv/apache/blog-chimrod/