Always deploy the docs

The default ignore gets applied and then we have a similar behaviour to
what https://github.com/dagger/dagger/pull/1591 was attempting to fix.

We hope that this will fix it for good.

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
(cherry picked from commit 24333d1a5ae3f0366762c823f1039241b5a64106)
This commit is contained in:
Gerhard Lazu 2022-03-01 19:19:12 +00:00
parent 3e9fd390c7
commit 6ea694aac0
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6

View File

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