-
Jorran de Wit authoredc8bbd330
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cronjob_production_sundays.sh 303 B
#!/bin/bash
# Weekly cronjobs for production area
# Weekend jobs
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
python3 manage.py update_citedby
# Do a full update_index when maybe something has slipped through during the week somehow..?
python3 manage.py update_index -r -v 0