2017-08-10 11:18:22 -04:00
|
|
|
[build]
|
2018-02-10 06:51:31 -05:00
|
|
|
publish = "public"
|
|
|
|
command = "hugo"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
|
|
|
[context.production.environment]
|
2018-04-21 17:01:55 -04:00
|
|
|
HUGO_VERSION = "0.39"
|
2018-02-10 06:51:31 -05:00
|
|
|
HUGO_ENV = "production"
|
|
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
|
2018-02-27 03:36:36 -05:00
|
|
|
[context.split1]
|
|
|
|
command = "hugo --enableGitInfo"
|
|
|
|
|
|
|
|
[context.split1.environment]
|
2018-04-21 17:01:55 -04:00
|
|
|
HUGO_VERSION = "0.39"
|
2018-02-27 03:36:36 -05:00
|
|
|
HUGO_ENV = "production"
|
|
|
|
|
2018-02-10 06:51:31 -05:00
|
|
|
[context.deploy-preview]
|
|
|
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
|
|
|
[context.deploy-preview.environment]
|
2018-04-21 17:01:55 -04:00
|
|
|
HUGO_VERSION = "0.39"
|
2018-02-10 06:51:31 -05:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
|
|
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
2018-04-21 17:01:55 -04:00
|
|
|
HUGO_VERSION = "0.39"
|
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
|
|
|
|