2019-08-17 12:31:30 -07:00
|
|
|
# We use netlify to deploy the documentation.
|
|
|
|
|
|
|
|
[build]
|
2021-03-12 12:14:45 -08:00
|
|
|
publish = "docs/deploy"
|
2019-08-17 12:31:30 -07:00
|
|
|
|
|
|
|
[[redirects]]
|
2021-03-12 12:14:45 -08:00
|
|
|
from = "https://moor.netlify.app/*"
|
2019-08-17 12:31:30 -07:00
|
|
|
to = "https://moor.simonbinder.eu/:splat"
|
|
|
|
status = 301
|
2019-10-27 08:59:08 -07:00
|
|
|
force = true
|
|
|
|
|
|
|
|
[context.production]
|
2021-03-12 12:14:45 -08:00
|
|
|
environment = { BUILD_RELEASE="release" }
|
2020-09-24 10:55:25 -07:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2021-03-12 12:14:45 -08:00
|
|
|
environment = { }
|