2017-11-24 01:37:44 +01:00
|
|
|
[build]
|
2019-05-29 22:08:35 +02:00
|
|
|
command = "hugo --gc --minify -b $URL"
|
2019-01-29 16:10:58 +01:00
|
|
|
publish = "public"
|
2017-11-24 01:37:44 +01:00
|
|
|
|
2019-01-29 16:10:58 +01:00
|
|
|
[build.environment]
|
2019-05-19 20:07:48 +02:00
|
|
|
HUGO_VERSION = "0.55.6"
|
2017-11-24 01:37:44 +01:00
|
|
|
HUGO_ENABLEGITINFO = "true"
|
2019-01-29 16:10:58 +01:00
|
|
|
|
|
|
|
[context.production.environment]
|
|
|
|
HUGO_ENV = "production"
|
2019-05-29 22:08:35 +02:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
|
|
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
|
|
|
|
|
|
|
[context.branch-deploy]
|
|
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|