website/netlify.toml

15 lines
326 B
TOML
Raw Normal View History

2022-11-27 12:08:57 +00:00
[build]
publish = "public/"
command = "make build -e"
2022-11-28 02:12:57 +00:00
2022-11-27 10:56:32 +00:00
[context.production.environment]
HUGO_BASEURL = "$DEPLOY_URL"
2022-11-27 10:56:32 +00:00
[context.branch-deploy]
command = "make build-draft -e"
environment.HUGO_BASEURL = "$DEPLOY_PRIME_URL"
2022-11-28 02:12:57 +00:00
[context.deploy-preview]
command = "make build-draft -e"
environment.HUGO_BASEURL = "$DEPLOY_PRIME_URL"