adjust netlify to support branch-deploys

This commit is contained in:
John Bowdre 2022-01-01 15:15:22 -06:00
parent f6053eda78
commit fee7454dce

View file

@ -1,6 +1,11 @@
[build]
command = "hugo"
publish = "public"
[build.environment]
HUGO_VERSION = "0.89.4"
[context.production]
command = "hugo"
[context.deploy-preview]
command = "hugo --environment staging"