mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-02-07 21:30:58 -05: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
|