2020-08-24 17:03:13 -04:00
|
|
|
[build]
|
|
|
|
publish = "exampleSite/public"
|
|
|
|
|
|
|
|
[build.environment]
|
|
|
|
HUGO_VERSION = "0.74.3"
|
2020-08-24 17:12:57 -04:00
|
|
|
HUGO_THEME = "repo"
|
|
|
|
|
|
|
|
[context.production]
|
2020-09-08 17:49:06 -04:00
|
|
|
command = "cd exampleSite && hugo --gc --themesDir ../.."
|
2020-09-06 07:35:55 -04:00
|
|
|
[context.production.environment]
|
|
|
|
HUGO_ENV = "production"
|
2020-08-24 17:12:57 -04:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2020-09-06 07:23:57 -04:00
|
|
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
|
2020-08-24 17:12:57 -04:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2020-09-08 17:50:20 -04:00
|
|
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
|