mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 19:04:22 +01:00
19 lines
392 B
TOML
19 lines
392 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.80.0"
|
|
HUGO_ENV = "production"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.80.0"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.80.0"
|