mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
9 lines
247 B
TOML
9 lines
247 B
TOML
[context.production.environment]
|
|
HUGO_BASE_URL = "$DEPLOY_URL"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo --baseURL $DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --buildDrafts --buildFuture --buildExpired --baseURL $DEPLOY_PRIME_URL"
|