mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-25 17:51:23 -04:00
6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
# AdventureLog cron jobs
|
|
# Run sync_visited_regions daily at midnight
|
|
0 0 * * * cd /code && python3 manage.py sync_visited_regions >> /var/log/cron.log 2>&1
|
|
|
|
# Empty line required at end of cron file
|