2020-12-02 08:55:56 +01:00
|
|
|
[build]
|
|
|
|
publish = "public"
|
|
|
|
command = "hugo"
|
|
|
|
|
|
|
|
[context.production.environment]
|
2023-01-03 16:50:26 +01:00
|
|
|
HUGO_VERSION = "v0.108.0"
|
2020-12-02 08:55:56 +01:00
|
|
|
HUGO_ENV = "production"
|
|
|
|
|
|
|
|
[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-01-03 16:50:26 +01:00
|
|
|
HUGO_VERSION = "v0.108.0"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2022-03-19 14:17:09 +01:00
|
|
|
command = "hugo --minify"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
2023-01-03 16:50:26 +01:00
|
|
|
HUGO_VERSION = "v0.108.0"
|