website: Reduce update cronjob interval

This commit is contained in:
dogeystamp 2022-06-07 20:51:07 -04:00
parent f2486473a3
commit a5b68e65b0
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -49,5 +49,5 @@
user: http
name: "Update and deploy website source"
minute: 0
hour: "*/12"
hour: "*/4"
job: "git -C /srv/web_source/ pull && /srv/web_source/ssg6 /srv/web_source/src {{ fullroot }} '{{ web_name }}' 'https://{{ path }}'"