netlify toml test2

This commit is contained in:
Shams mosowi
2020-06-21 11:51:39 +08:00
parent 9b4ac00d41
commit 5e800dff23

View File

@@ -1,12 +1,10 @@
[build]
command = "npm run build"
publish = "dist"
[context.deploy-preview]
command = "npm run build-preview"
base = "www/"
command = "yarn build"
publish = "www/build/"
[template.environment]
STATUSKIT_PAGE_TITLE = "title for the page"
STATUSKIT_COMPANY_LOGO = "url to your company's logo"
STATUSKIT_SUPPORT_CONTACT_LINK = "url to your support page"
STATUSKIT_RESOURCES_LINK = "url to your knowledge base page"
REACT_APP_FIREBASE_PROJECT_ID = "you firebase project Id"
REACT_APP_FIREBASE_PROJECT_WEB_API_KEY = "your firebase web api key"
REACT_APP_ALGOLIA_APP_ID = "optional algolia app id"
REACT_APP_ALGOLIA_SEARCH_API_KEY = "optional algolia search api key"