Skip to content

Commit

Permalink
cronjobs deployment (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
louking committed Dec 5, 2024
1 parent 3396840 commit 97f4e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/cronjobs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAILTO=technology@steeplechasers.org
MAILTO=webmaster@steeplechasers.org
[email protected] # doesn't seem to work

# # test mail, flask operation
Expand All @@ -25,8 +25,8 @@ [email protected] # doesn't seem to work
# [email protected]
00 */8 * * * test "$PROD" && cd /app && flask membership update fsrc

# # automate MailChimp list update for membership
# [email protected]
# 00 02 * * * test "$PROD" && cd /app && flask membership import2mailchimp --stats fsrc
# automate MailChimp list update for membership
[email protected]
00 02 * * * test "$PROD" && cd /app && flask membership import2mailchimp --stats fsrc

# remember to end this file with an empty new line

0 comments on commit 97f4e1d

Please sign in to comment.