bank: git pull -r before pushing

This commit is contained in:
polyfloyd 2025-03-23 17:34:59 +01:00
parent ec051bf541
commit f0fd0ee6f2

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 push --mirror && git gc --auto)
0 * * * * {{ bank_user }} (cd /home/{{ bank_user }}/data.git && git pull -r && git push && git gc --auto)