tenancy-docs/netlify.toml
2019-10-15 21:00:10 +02:00

12 lines
No EOL
212 B
TOML

[build]
environment = { PHP_VERSION = "7.2" }
publish = "/dist"
command = "./build.sh"
[context.deploy-preview]
command = "./staging.sh"
[[redirects]]
from = "/docs/master/*"
to = "/docs/v2/:splat"
status = 302