mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
15 lines
326 B
TOML
15 lines
326 B
TOML
[build]
|
|
publish = "public/"
|
|
command = "make build -e"
|
|
|
|
[context.production.environment]
|
|
HUGO_BASEURL = "$DEPLOY_URL"
|
|
|
|
[context.branch-deploy]
|
|
command = "make build-draft -e"
|
|
environment.HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview]
|
|
command = "make build-draft -e"
|
|
environment.HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|