2020-12-02 08:55:56 +01:00
|
|
|
[build]
|
|
|
|
publish = "public"
|
|
|
|
command = "hugo"
|
|
|
|
|
|
|
|
[context.production.environment]
|
2023-05-26 15:38:47 +02:00
|
|
|
HUGO_VERSION = "v0.111.0"
|
2020-12-02 08:55:56 +01:00
|
|
|
HUGO_ENV = "production"
|
2023-01-15 18:32:24 +01:00
|
|
|
HUGO_ENABLEGITINFO = "true"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2022-03-19 14:17:09 +01:00
|
|
|
command = "hugo --minify"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.deploy-preview.environment]
|
2023-05-26 15:38:47 +02:00
|
|
|
HUGO_VERSION = "v0.111.0"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2023-02-14 19:33:25 +01:00
|
|
|
command = "hugo"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
2023-05-26 15:38:47 +02:00
|
|
|
HUGO_VERSION = "v0.111.0"
|