aircox/scripts/cron
2022-08-16 14:02:10 +02:00

16 lines
378 B
Bash
Executable File

#! /bin/sh
# aircox daily tasks:
# - diffusions monitoring for the current month
cd /srv/www/aircox/
scripts/launch_in_venv ./manage.py diffusions --update --clean
# - diffusions monitoring for the next month
scripts/launch_in_venv ./manage.py diffusions --update --next-month
cd -
# - archiver monitoring for the next month
scripts/launch_in_venv ./manage.py archiver
cd -