mirror of https://github.com/AMT-Cheif/drift.git
17 lines
321 B
TOML
17 lines
321 B
TOML
# 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" }
|
|
|
|
[context.deploy-preview]
|
|
environment = { }
|