mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
add cronjob server update cipherbliss blog
This commit is contained in:
parent
9ab4b98c1d
commit
c8b1b77d3e
1 changed files with 9 additions and 0 deletions
9
server_update.sh
Normal file
9
server_update.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue