-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
25 lines (21 loc) · 1.22 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[build]
#ignore = "git log -1 --pretty=%B | grep dependabot" # ignore all PRs opened by `dependabot` (with last commit made by `dependabot`)
[[plugins]]
package = "@sentry/netlify-build-plugin"
[plugins.inputs]
sentryOrg = "wmca-digital"
sentryProject = "wmn-disruption-manage"
# Use staging for branch deploys for develop
# So that dummy data from testing does not enter live DB
[context."next-release".environment]
REACT_APP_API_HOST="https://rtccdisruptionsbfasldoiz.azurewebsites.net"
REACT_APP_AUTOCOMPLETE_API="https://wmca-api-portal-staging.azure-api.net"
REACT_APP_AUTOCOMPLETE_API_KEY="0d4cca4a2c5d40c3bfbbfe45d1bbf294"
REACT_APP_DISRUPTION_SIGN_UP_URL="https://next-release--disruption-sign-up.wmnetwork.co.uk"
REACT_APP_ROADS_AUTOCOMPLETE_KEY="e0c1216f818a41be8d528ac1d4f7ebfd"
[context.deploy-preview.environment]
REACT_APP_API_HOST="https://rtccdisruptionsbfasldoiz.azurewebsites.net"
REACT_APP_AUTOCOMPLETE_API="https://wmca-api-portal-staging.azure-api.net"
REACT_APP_AUTOCOMPLETE_API_KEY="0d4cca4a2c5d40c3bfbbfe45d1bbf294"
REACT_APP_DISRUPTION_SIGN_UP_URL="https://deploy-preview-236--wmn-disruption-sign-up.netlify.app"
REACT_APP_ROADS_AUTOCOMPLETE_KEY="e0c1216f818a41be8d528ac1d4f7ebfd"