Skip to content

Commit

Permalink
Merge pull request #824 from UW-GAC/maint/switch-cron-audit-email-to-…
Browse files Browse the repository at this point in the history
…helpscout

Switch the email for audits to helpscout instead of gregorweb
  • Loading branch information
amstilp authored Nov 8, 2024
2 parents 349bb88 + e40dd91 commit 6cfb07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gregor_apps.cron
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MAILTO="[email protected]"
0 3 * * * . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py sync-drupal-data --update --email [email protected] >> cron.log

# Nightly upload workspace audit
0 3 * * * . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_upload_workspace_audit --email gregorweb@uw.edu >> cron.log
0 3 * * * . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_upload_workspace_audit --email gregorconsortium@uw.edu >> cron.log

# Nightly combined workspace audit
0 3 * * * . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_combined_workspace_audit --email gregorweb@uw.edu >> cron.log
0 3 * * * . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_combined_workspace_audit --email gregorconsortium@uw.edu >> cron.log

0 comments on commit 6cfb07f

Please sign in to comment.