Correcting the APP_HOST in netlify for deploy previews
This commit is contained in:
parent
c1de6ce8f7
commit
2951c609ec
|
|
@ -34,20 +34,20 @@
|
|||
[context.release.environment]
|
||||
REACT_APP_ENVIRONMENT = "STAGING"
|
||||
REACT_APP_SENTRY_ENVIRONMENT = "Staging"
|
||||
REACT_APP_BASE_URL = "https://release-api.appsmith.com"
|
||||
REACT_APP_BASE_URL = "https://release.app.appsmith.com"
|
||||
APP_HOST = "release.app.appsmith.com"
|
||||
|
||||
[context.deploy-preview]
|
||||
[context.deploy-preview.environment]
|
||||
REACT_APP_ENVIRONMENT = "STAGING"
|
||||
REACT_APP_SENTRY_ENVIRONMENT = "Development"
|
||||
REACT_APP_BASE_URL = "https://release-api.appsmith.com"
|
||||
REACT_APP_BASE_URL = "https://release.app.appsmith.com"
|
||||
# Not adding an APP_HOST here because the URL is dynamic in nature and cannot be determined.
|
||||
|
||||
[context.develop]
|
||||
[context.develop.environment]
|
||||
REACT_APP_ENVIRONMENT = "STAGING"
|
||||
REACT_APP_BASE_URL = "https://release-api.appsmith.com"
|
||||
REACT_APP_BASE_URL = "https://release.app.appsmith.com"
|
||||
APP_HOST = "develop.app.appsmith.com"
|
||||
|
||||
[[headers]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user