SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 8e435569 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Fix staging cronjobs

parent e1d26688
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@
# Daily cronjobs for staging area
cd /home/scipoststg/webapps/scipost/scipost_v1
source venv/bin/activate
source venv3.8/bin/activate
python manage.py remind_fellows_to_submit_report
......@@ -3,7 +3,7 @@
# Per minute cronjobs for staging area
cd /home/scipost/SciPost
source venv/bin/activate
source venv3.8/bin/activate
# Mails waiting in the database
#python manage.py send_mails
......
......@@ -3,6 +3,6 @@
# Weekly cronjobs for staging area
cd /home/scipoststg/webapps/scipost/scipost_v1
source venv/bin/activate
source venv3.8/bin/activate
python manage.py email_fellows_tasklist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment