fix: 🐛 change netlify context to deploy with auth

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2021-06-24 16:56:17 +02:00
parent 77e5b2f938
commit af7df8c421

View File

@ -17,6 +17,12 @@
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../docs/"
command = "yarn build:withoutAuth"
[context.docs-analytics]
# Do not build the site if there's no site-related changes since the last
# deploy.
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../docs/"
command = "yarn build"
[[redirects]]
from = "/github-proxy/*"
to = "https://github.com/:splat"