cach-radio/inc/themes/castanet/netlify.toml

23 lines
621 B
TOML
Raw Permalink Normal View History

2022-12-15 22:36:40 +01:00
# Production context: All deploys to the main
# repository branch will inherit these settings.
[context.production]
# command = "bin/netlify.sh"
# publish = "exampleSite/public"
command = "bin/netlify-production.sh"
publish = "exampleSite/public/"
# Deploy Preview context: All Deploy Previews
# will inherit these settings.
[context.deploy-preview]
publish = "exampleSite/public/"
command = "bin/netlify.sh"
[context.production.environment]
HUGO_VERSION = "0.91.2"
[context.deploy-preview.environment]
HUGO_VERSION = "0.91.2"
[context.branch-deploy.environment]
HUGO_VERSION = "0.91.2"