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:
@@ -41,7 +41,7 @@ deploy:
|
||||
SESSION_LIFETIME_DAYS=${SESSION_LIFETIME_DAYS:-30}
|
||||
RESEND_API_KEY=$RESEND_API_KEY
|
||||
EMAIL_FROM=${EMAIL_FROM:-hello@notifications.padelnomics.io}
|
||||
ADMIN_EMAIL=${ADMIN_EMAIL:-}
|
||||
ADMIN_EMAILS=${ADMIN_EMAILS:-}
|
||||
LEADS_EMAIL=${LEADS_EMAIL:-}
|
||||
UMAMI_API_URL=${UMAMI_API_URL:-}
|
||||
WAITLIST_MODE=${WAITLIST_MODE:-false}
|
||||
|
||||
Reference in New Issue
Block a user