test netlify.toml
This commit is contained in:
parent
1ac91463f0
commit
f484e00d07
16
netlify.toml
Normal file
16
netlify.toml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[build]
|
||||||
|
base = "."
|
||||||
|
publish = "public"
|
||||||
|
command = "hugo"
|
||||||
|
|
||||||
|
[context.production]
|
||||||
|
command = "hugo"
|
||||||
|
|
||||||
|
[context.production.environment]
|
||||||
|
HUGO_VERSION = "0.27-DEV"
|
||||||
|
|
||||||
|
[context.branch-deploy]
|
||||||
|
command = "hugo -D"
|
||||||
|
|
||||||
|
[context.branch-deploy.environment]
|
||||||
|
HUGO_VERSION = "0.27-DEV"
|
Loading…
Reference in a new issue