bank: git pull -r before pushing
This commit is contained in:
parent
ec051bf541
commit
f0fd0ee6f2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue