orgmode-to-gemini-blog/server_update.sh

10 lines
492 B
Bash
Raw Permalink Normal View History

# 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