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:
parent
3e9fd390c7
commit
6ea694aac0
@ -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
|
||||||
|
Reference in New Issue
Block a user