2017-08-10 11:18:22 -04:00
|
|
|
[build]
|
2018-02-10 06:51:31 -05:00
|
|
|
publish = "public"
|
2018-12-12 03:05:31 -05:00
|
|
|
command = "hugo --gc --minify"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
|
|
|
[context.production.environment]
|
2019-04-09 17:59:13 -04:00
|
|
|
HUGO_VERSION = "0.55.0"
|
2018-02-10 06:51:31 -05:00
|
|
|
HUGO_ENV = "production"
|
|
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
|
2018-02-27 03:36:36 -05:00
|
|
|
[context.split1]
|
2019-03-26 13:41:09 -04:00
|
|
|
command = "hugo --gc --minify --enableGitInfo"
|
2018-02-27 03:36:36 -05:00
|
|
|
|
|
|
|
[context.split1.environment]
|
2019-04-09 17:59:13 -04:00
|
|
|
HUGO_VERSION = "0.55.0"
|
2018-02-27 03:36:36 -05:00
|
|
|
HUGO_ENV = "production"
|
|
|
|
|
2018-02-10 06:51:31 -05:00
|
|
|
[context.deploy-preview]
|
2019-03-26 13:41:09 -04:00
|
|
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
|
|
|
[context.deploy-preview.environment]
|
2019-04-09 17:59:13 -04:00
|
|
|
HUGO_VERSION = "0.55.0"
|
2018-02-10 06:51:31 -05:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2019-03-26 13:41:09 -04:00
|
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
2019-04-09 17:59:13 -04:00
|
|
|
HUGO_VERSION = "0.55.0"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
|
|
|
[context.next.environment]
|
2018-02-10 06:51:31 -05:00
|
|
|
HUGO_ENABLEGITINFO = "true"
|
2018-02-27 03:36:36 -05:00
|
|
|
|