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