2017-08-10 15:18:22 +00:00
|
|
|
[build]
|
2018-02-10 11:51:31 +00:00
|
|
|
publish = "public"
|
|
|
|
command = "hugo"
|
2017-08-10 15:18:22 +00:00
|
|
|
|
|
|
|
[context.production.environment]
|
2018-08-08 11:54:28 +00:00
|
|
|
HUGO_VERSION = "0.46"
|
2018-02-10 11:51:31 +00:00
|
|
|
HUGO_ENV = "production"
|
|
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
|
2018-02-27 08:36:36 +00:00
|
|
|
[context.split1]
|
|
|
|
command = "hugo --enableGitInfo"
|
|
|
|
|
|
|
|
[context.split1.environment]
|
2018-08-08 11:54:28 +00:00
|
|
|
HUGO_VERSION = "0.46"
|
2018-02-27 08:36:36 +00:00
|
|
|
HUGO_ENV = "production"
|
|
|
|
|
2018-02-10 11:51:31 +00:00
|
|
|
[context.deploy-preview]
|
2018-07-06 15:52:13 +00:00
|
|
|
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
|
2017-08-10 15:18:22 +00:00
|
|
|
|
|
|
|
[context.deploy-preview.environment]
|
2018-08-08 11:54:28 +00:00
|
|
|
HUGO_VERSION = "0.46"
|
2018-02-10 11:51:31 +00:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
|
|
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
2017-08-10 15:18:22 +00:00
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
2018-08-08 11:54:28 +00:00
|
|
|
HUGO_VERSION = "0.46"
|
2017-08-10 15:18:22 +00:00
|
|
|
|
|
|
|
[context.next.environment]
|
2018-02-10 11:51:31 +00:00
|
|
|
HUGO_ENABLEGITINFO = "true"
|
2018-02-27 08:36:36 +00:00
|
|
|
|