mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
20 lines
485 B
TOML
20 lines
485 B
TOML
[build]
|
|
publish = "public/"
|
|
command = "bundle && hugo --gc --minify"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.107.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
HUGO_BASE_URL = "$DEPLOY_URL"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.107.0"
|
|
HUGO_BASE_URL = "$DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.107.0"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --buildDrafts --buildFuture --buildExpired --baseURL $DEPLOY_PRIME_URL"
|