mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
9 lines
492 B
Bash
9 lines
492 B
Bash
# mise à jour du blog à faire marcher dans un cronjob
|
|
# 0 * * * bash /poule/encrypted/www/orgmode-to-gemini-blog/server_update.sh
|
|
|
|
cd /poule/encrypted/www/orgmode-to-gemini-blog/
|
|
git reset --hard
|
|
git pull
|
|
bash /poule/encrypted/www/orgmode-to-gemini-blog/converters.sh cipherbliss_blog
|
|
rsync -a gemini-capsules/cipherbliss_blog/* /poule/encrypted/gemlog/cipherbliss
|
|
rsync -a /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/cipherbliss_blog/* /poule/encrypted/www/cipherbliss.com
|