build: add netlify.toml for Netlify deploy
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
33178c0d49
commit
ad80eb217f
10
netlify.toml
Normal file
10
netlify.toml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[build]
|
||||||
|
publish = "./exampleSite/public/"
|
||||||
|
command = "npm run deploy"
|
||||||
|
|
||||||
|
[context.production]
|
||||||
|
[context.production.environment]
|
||||||
|
HUGO_VERSION = "0.135.0"
|
||||||
|
HUGO_ENV = "production"
|
||||||
|
GO_VERSION = "1.23"
|
||||||
|
NODE_ENV = "development"
|
Loading…
Reference in a new issue