index.community/netlify.toml
2019-07-17 23:51:49 +03:00

10 lines
185 B
TOML

[build]
base = "frontend/"
publish = "frontend/build/"
[context.develop.environment]
REACT_APP_STAGING = "true"
[context.branch-deploy.environment]
REACT_APP_STAGING = "true"