aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-08-29 18:48:55 +0200
committerSébastien Dailly <sebastien@chimrod.com>2020-08-29 18:48:55 +0200
commit1c02ae819eee2d28040804d58872ceb4c003ee1f (patch)
tree73fb3c6bd034c21cb4a2a3f2faa109601ec15439
parent021455c4dc21b9a0f5ac04da3f52d1cf014f7a41 (diff)
Update publish script
-rwxr-xr-xcontent/resources/pubkey.asc (renamed from extras/pubkey.asc)0
-rwxr-xr-xpublish.sh4
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/pubkey.asc b/content/resources/pubkey.asc
index 12f6339..12f6339 100755
--- a/extras/pubkey.asc
+++ b/content/resources/pubkey.asc
diff --git a/publish.sh b/publish.sh
index 5fbc75d..358f77c 100755
--- a/publish.sh
+++ b/publish.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-source ~/.virtualenvs/pelican3.5/bin/activate
+source ~/.virtualenvs/pelican4.1/bin/activate
cd ~/pelican/
make publish
@@ -10,4 +10,4 @@ if [ $? -eq 0 ]; then
fi
rsync -ra --del -e ssh output/ goku:/home/www/blog-chimrod/
-rsync -ra --del -e ssh output/ vps71296:/srv/apache/blog-chimrod/
+rsync -ra --del -e ssh output/ vps785951:/srv/apache/blog-chimrod/