2022-11-27 12:08:57 +00:00
|
|
|
[build]
|
|
|
|
publish = "public/"
|
2023-04-21 08:43:28 +00:00
|
|
|
command = "make build -e"
|
2022-11-28 02:12:57 +00:00
|
|
|
|
2022-11-27 10:56:32 +00:00
|
|
|
[context.production.environment]
|
2023-04-21 08:43:28 +00:00
|
|
|
HUGO_BASEURL = "$DEPLOY_URL"
|
2022-11-27 10:56:32 +00:00
|
|
|
|
2023-04-21 08:43:28 +00:00
|
|
|
[context.branch-deploy]
|
|
|
|
command = "make build-draft -e"
|
2023-04-24 16:18:11 +00:00
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
|
|
|
HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|
2022-11-28 02:12:57 +00:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2023-04-21 08:43:28 +00:00
|
|
|
command = "make build-draft -e"
|
2023-04-24 16:18:11 +00:00
|
|
|
|
|
|
|
[context.deploy-preview.environment]
|
|
|
|
HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|