mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-23 23:42:20 +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]
|
||||
command = "hugo"
|
||||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.89.4"
|
||||
|
||||
[context.production]
|
||||
command = "hugo"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "hugo --environment staging"
|
||||
|
|
Loading…
Reference in a new issue