mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 06:19:04 +00:00
19 lines
377 B
TOML
19 lines
377 B
TOML
[build]
|
|
publish = "public/"
|
|
command = "make build -e"
|
|
|
|
[context.production.environment]
|
|
HUGO_BASEURL = "$DEPLOY_URL"
|
|
|
|
[context.branch-deploy]
|
|
command = "make build-draft -e"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview]
|
|
command = "make build-draft -e"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|