drift/netlify.toml

17 lines
321 B
TOML
Raw Normal View History

# We use netlify to deploy the documentation.
[build]
publish = "docs/deploy"
[[redirects]]
from = "https://moor.netlify.app/*"
to = "https://moor.simonbinder.eu/:splat"
status = 301
force = true
[context.production]
environment = { BUILD_RELEASE="release" }
2020-09-24 10:55:25 -07:00
[context.deploy-preview]
environment = { }