orgmode-to-gemini-blog/update_on_server.sh

41 lines
2.6 KiB
Bash
Raw Normal View History

2024-11-04 23:56:08 +01:00
#!/bin/bash
# script de déploiement pour syncroniser le site web statique et sa capsule gemini
# chemins sur le serveur :
racine_sites_statiques="/poule/encrypted/www/"
2024-11-15 15:56:11 +01:00
images_inbox="/poule/encrypted/www/tykayn-inbox/blogs-output-pictures"
images_destination="/poule/encrypted/www/tykayn.fr/wp-content/uploads/i/"
2024-11-04 23:56:08 +01:00
# on part du principe que ce dépot est cloné sur le serveur pour simplifier la mise à jour
2024-11-20 00:24:09 +01:00
racine_depot_git="/home/poule/encrypted/stockage-syncable/www/development/html/orgmode-to-gemini-blog"
2024-11-04 23:56:08 +01:00
# on copie les fichiers générés dans les dépots servis pour chaque nom de domaine
2024-11-15 15:56:11 +01:00
mv "$images_inbox/*" $images_destination
2024-11-19 14:43:25 +01:00
#cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/
#cp $racine_depot_git/html-websites/cipherbliss_blog/index.html $racine_sites_statiques/cipherbliss.com/
#cp $racine_depot_git/html-websites/cipherbliss_blog/lang_fr/ $racine_sites_statiques/cipherbliss.com -r
#cp $racine_depot_git/html-websites/cipherbliss_blog/lang_en/ $racine_sites_statiques/cipherbliss.com -r
#
#cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/
#cp $racine_depot_git/html-websites/tykayn_blog/index.html $racine_sites_statiques/tykayn.fr/
#cp $racine_depot_git/html-websites/tykayn_blog/lang_fr/ $racine_sites_statiques/tykayn.fr -r
#cp $racine_depot_git/html-websites/tykayn_blog/lang_en/ $racine_sites_statiques/tykayn.fr -r
#
#cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/
#cp $racine_depot_git/html-websites/qzine_blog/index.html $racine_sites_statiques/tykayn.fr/
#cp $racine_depot_git/html-websites/qzine_blog/lang_fr/ $racine_sites_statiques/qzine.fr -r
#cp $racine_depot_git/html-websites/qzine_blog/lang_en/ $racine_sites_statiques/tykayn.fr -r
#
#cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/
#cp $racine_depot_git/html-websites/dragonfeu_blog/index.html $racine_sites_statiques/dragonfeu_blog/
#cp $racine_depot_git/html-websites/dragonfeu_blog/lang_fr/ $racine_sites_statiques/dragonfeu_blog -r
#cp $racine_depot_git/html-websites/dragonfeu_blog/lang_en/ $racine_sites_statiques/dragonfeu_blog -r
2024-11-04 23:56:08 +01:00
2024-11-20 00:24:09 +01:00
#rsync -a /poule/encrypted/www/tykayn-inbox/cipherbliss_blog/* /poule/encrypted/www/cipherbliss.com/
#rsync -a /poule/encrypted/www/tykayn-inbox/tykayn_blog/* /poule/encrypted/www/tykayn.fr/
#rsync -a /poule/encrypted/www/tykayn-inbox/qzine_blog/* /poule/encrypted/www/qzine.fr/
#
#chown -R www-data:www-data /poule/encrypted/www/tykayn.fr
#chown -R www-data:www-data /poule/encrypted/www/cipherbliss.com
#chown -R www-data:www-data /poule/encrypted/www/qzine.fr