mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 20:24:23 +01:00
20 lines
395 B
TOML
20 lines
395 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "v0.108.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --minify"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "v0.108.0"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "v0.108.0"
|