# UCR annual-registration reminder. Runs daily; the builder self-gates to the
# 30/12/4-business-day-before-Dec-31 touch windows, so it only sends ~3x/year.
# CAMPAIGN_UCR_ANNUAL_ID is the source/base campaign to clone.
50 7 * * 1-5 deploy cd /opt/performancewest && docker compose exec -T -e CAMPAIGN_UCR_ANNUAL_ID=473 workers python3 -m scripts.build_ucr_annual_campaign --start-campaign >> /opt/performancewest/logs/pw-ucr-campaign.log 2>&1
