tenancy-docs/netlify.toml
Samuel Štancl 2530f17bc2 Fix build.sh
2019-09-21 16:50:55 +02:00

9 lines
No EOL
162 B
TOML

[build]
environment = { PHP_VERSION = "7.2" }
publish = "/dist"
command = "./build.sh"
[[redirects]]
from = "/docs/master/*"
to = "/docs/2.x/:splat"
status = 302