Merge pull request #1672 from dagger/always-deploy-docs-to-netlify

Always deploy the docs
This commit is contained in:
Andrea Luzzardi
2022-03-01 12:58:40 -08:00
committed by GitHub

View File

@@ -4,9 +4,11 @@
environment = { NODE_VERSION = "16.13.1" } environment = { NODE_VERSION = "16.13.1" }
[context.production] [context.production]
ignore = "false"
[context.deploy-preview] [context.deploy-preview]
command = "yarn build:withoutAuth" command = "yarn build:withoutAuth"
ignore = "false"
[[redirects]] [[redirects]]
# Embargoes compliance. DO NOT REMOVE # Embargoes compliance. DO NOT REMOVE