fix: ADMIN_EMAIL -> ADMIN_EMAILS in CI .env heredoc

App reads ADMIN_EMAILS (CSV list); the heredoc had the wrong singular name.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-20 13:32:25 +01:00
parent 86c4ebf25d
commit 0b0fc7ef50

View File

@@ -41,7 +41,7 @@ deploy:
SESSION_LIFETIME_DAYS=${SESSION_LIFETIME_DAYS:-30} SESSION_LIFETIME_DAYS=${SESSION_LIFETIME_DAYS:-30}
RESEND_API_KEY=$RESEND_API_KEY RESEND_API_KEY=$RESEND_API_KEY
EMAIL_FROM=${EMAIL_FROM:-hello@notifications.padelnomics.io} EMAIL_FROM=${EMAIL_FROM:-hello@notifications.padelnomics.io}
ADMIN_EMAIL=${ADMIN_EMAIL:-} ADMIN_EMAILS=${ADMIN_EMAILS:-}
LEADS_EMAIL=${LEADS_EMAIL:-} LEADS_EMAIL=${LEADS_EMAIL:-}
UMAMI_API_URL=${UMAMI_API_URL:-} UMAMI_API_URL=${UMAMI_API_URL:-}
WAITLIST_MODE=${WAITLIST_MODE:-false} WAITLIST_MODE=${WAITLIST_MODE:-false}