new netlify site
This commit is contained in:
parent
5d6ac834e1
commit
cd9f0a1ff3
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
public/
|
||||
.netlify
|
||||
|
|
1
.netlify
Normal file
1
.netlify
Normal file
|
@ -0,0 +1 @@
|
|||
{"site_id":"ce04cd9d-245d-4587-a478-f44f43df8753","path":"public"}
|
|
@ -4,13 +4,13 @@
|
|||
command = "hugo"
|
||||
|
||||
[context.production]
|
||||
command = "hugo"
|
||||
command = "hugo -F"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.30.2"
|
||||
HUGO_VERSION = "0.36"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "hugo -D"
|
||||
command = "hugo -D -F"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.30.2"
|
||||
HUGO_VERSION = "0.36"
|
||||
|
|
Loading…
Reference in a new issue