drift/netlify.toml

15 lines
372 B
TOML
Raw Normal View History

# We use netlify to deploy the documentation.
[build]
base = "docs"
publish = "docs/public"
command = 'git submodule update --init --recursive && hugo'
[[redirects]]
from = "https://moor.netlify.com/*"
to = "https://moor.simonbinder.eu/:splat"
status = 301
force = true
[context.production]
2020-01-22 12:04:09 -08:00
environment = { HUGO_ENV="production", HUGO_VERSION="0.62.2" }