# IFTA quarterly-return reminder. Runs daily; the builder self-gates to the
# ~21-day-before-deadline window (Apr30/Jul31/Oct31/Jan31), so it only actually
# sends 4 times/year. Reuses the trucking sender plumbing + same-day coupon.
# CAMPAIGN_IFTA_QUARTERLY_ID is the source/base campaign to clone.
45 7 * * 1-5 deploy cd /opt/performancewest && docker compose exec -T -e CAMPAIGN_IFTA_QUARTERLY_ID=469 workers python3 -m scripts.build_ifta_quarterly_campaign --start-campaign >> /opt/performancewest/logs/pw-ifta-campaign.log 2>&1
