You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you define environment variables in the netlify.toml only the build.environment variables are being used.
Eg:
[build.environment]
GREETING="Hello World! I am a variable set in a .env file"
# When building on the production environment this variable will NOT be used.
[context.production.environment]
GREETING="production greeting"