bank: Increase git sync frequency
Some checks failed
Test / build (push) Failing after 51s

This commit is contained in:
polyfloyd 2025-04-29 18:47:52 +02:00
parent 720cd70e4f
commit cedacdec7d

View file

@ -1,4 +1,4 @@
SHELL=/bin/bash
#m h dom mon dow user command
0 * * * * {{ bank_user }} (cd /home/{{ bank_user }}/data.git && git pull -r && git push && git gc --auto && cp revbank.products ../revbank.products)
*/10 * * * * {{ bank_user }} (cd /home/{{ bank_user }}/data.git && git pull -r && git push && git gc --auto && cp revbank.products ../revbank.products)