Skip to content

Commit

Permalink
add CI env var and update copy for API env var placeholder (#20)
Browse files Browse the repository at this point in the history
* add CI env var and update copy for API env var placeholder
  • Loading branch information
philmillman committed Jul 8, 2021
1 parent 8da9df5 commit a57e36f
Show file tree
Hide file tree
Showing 3 changed files with 16,882 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local Netlify folder
.netlify
7 changes: 6 additions & 1 deletion netlify.toml
Expand Up @@ -2,8 +2,13 @@
command = "npm run netlify-build"
publish = "build/"

[build.environment]
# suppress failures for for build warnings
CI = "false"

[template.environment]
DAILY_API_KEY = "Replace with API key"
DAILY_API_KEY = "Replace with Daily API key"


[[redirects]]
# Proxies the Daily /rooms endpoint, POST will create a room and a GET will return a list
Expand Down

0 comments on commit a57e36f

Please sign in to comment.