mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
16 lines
348 B
TOML
16 lines
348 B
TOML
[build]
|
|
publish = "public/"
|
|
command = "make build"
|
|
|
|
[context.production.environment]
|
|
HUGO_BASE_URL = "$DEPLOY_URL"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_BASE_URL = "$DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --buildDrafts --buildFuture --buildExpired"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_BASE_URL = "$DEPLOY_PRIME_URL"
|