2020-04-15 15:48:16 +02:00
|
|
|
[build]
|
2020-11-04 08:26:58 +01:00
|
|
|
publish = "public"
|
|
|
|
functions = "functions"
|
2020-04-15 15:48:16 +02:00
|
|
|
|
|
|
|
[build.environment]
|
2020-11-04 14:12:21 +01:00
|
|
|
HUGO_VERSION = "0.78.0"
|
|
|
|
NODE_VERSION = "15.0.1"
|
|
|
|
NPM_VERSION = "7.0.5"
|
2020-11-04 08:26:58 +01:00
|
|
|
YARN_VERSION = "1.22.5"
|
|
|
|
|
|
|
|
[context.production]
|
|
|
|
command = "hugo -b $URL --gc --minify && npm run build:functions"
|
2020-04-15 15:48:16 +02:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2020-11-04 08:26:58 +01:00
|
|
|
command = "hugo -b $DEPLOY_PRIME_URL --gc --minify"
|
2020-04-15 15:48:16 +02:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2020-11-04 08:26:58 +01:00
|
|
|
command = "hugo -b $DEPLOY_PRIME_URL --gc --minify"
|