orgmode-to-gemini-blog/publish_websites.sh

36 lines
2 KiB
Bash
Raw Normal View History

2024-11-18 12:30:15 +01:00
#!/bin/bash
# script à lancer sur le serveur hébergeant les sites statiques
# --------------------------------------------------------------
# copier les assets html après génération avec converters.sh
# sites statiques html
2025-10-05 16:53:44 +02:00
# cp /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/tykayn_blog/* /poule/encrypted/www/tykayn.fr/ -r
# cp /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/cipherbliss_blog/* /poule/encrypted/www/cipherbliss.com/ -r
# cp /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/qzine_blog/* /poule/encrypted/www/qzine.fr/ -r
# cp /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/helia_blog/* /poule/encrypted/www/helia.tykayn.fr/wordpress/ -r
2024-11-18 12:30:15 +01:00
# assets copiés avec le script de déploiement
# je mets tous les nouveaux assets gérés dans pictures_resize.py vers le dossier d'hébergement des médias de tykayn.fr/wp-content/uploads/i/
2025-10-05 16:53:44 +02:00
mv /poule/encrypted/www/tykayn-inbox/blogs-output-pictures/* /poule/encrypted/www/tykayn.fr/wp-content/uploads/i/
cd /poule/encrypted/www/orgmode-to-gemini-blog/
git reset --hard
git pull
bash sass_styles.sh
bash /poule/encrypted/www/orgmode-to-gemini-blog/converters.sh tykayn_blog
rsync -a /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/tykayn_blog/* /poule/encrypted/www/tykayn.fr
bash /poule/encrypted/www/orgmode-to-gemini-blog/converters.sh cipherbliss_blog
rsync -a /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/cipherbliss_blog/* /poule/encrypted/www/cipherbliss.com
bash /poule/encrypted/www/orgmode-to-gemini-blog/converters.sh qzine_blog
rsync -a /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/qzine_blog/* /poule/encrypted/www/qzine.fr
bash /poule/encrypted/www/orgmode-to-gemini-blog/converters.sh helia_blog
rsync -a /poule/encrypted/www/orgmode-to-gemini-blog/html-websites/helia_blog/* /poule/encrypted/www/helia.tykayn.fr/wordpress
# sites capsules gemini
cp -r /poule/encrypted/www/orgmode-to-gemini-blog/gemini-capsules/cipherbliss_blog/* /poule/encrypted/gemlog/cipherbliss/