work on theme and translations
This commit is contained in:
15
scripts/cron
Executable file
15
scripts/cron
Executable file
@ -0,0 +1,15 @@
|
||||
#! /bin/sh
|
||||
|
||||
# aircox daily tasks:
|
||||
# - diffusions monitoring for the current month
|
||||
cd /srv/apps/aircox/
|
||||
scripts/launch_in_venv ./manage.py diffusions --update --clean --check --mode auto
|
||||
# - diffusions monitoring for the next month
|
||||
scripts/launch_in_venv ./manage.py diffusions --update --next-month --mode auto
|
||||
cd -
|
||||
|
||||
# - archiver monitoring for the next month
|
||||
scripts/launch_in_venv ./manage.py archiver -a 90
|
||||
cd -
|
||||
|
||||
|
Reference in New Issue
Block a user