mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-24 07:52:19 +00:00
adjust netlify to support branch-deploys
This commit is contained in:
parent
f6053eda78
commit
fee7454dce
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
[build]
|
[build]
|
||||||
command = "hugo"
|
|
||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.89.4"
|
HUGO_VERSION = "0.89.4"
|
||||||
|
|
||||||
|
[context.production]
|
||||||
|
command = "hugo"
|
||||||
|
|
||||||
|
[context.deploy-preview]
|
||||||
|
command = "hugo --environment staging"
|
||||||
|
|
Loading…
Reference in a new issue