Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/operator/netlify.toml

18 lines
551 B

[build]
publish = "website/public"
functions = "functions"
[build.environment]
# HUGO_VERSION = "..." is set by bingo which allows reproducible local environment.
NODE_VERSION = "22.10.0"
NPM_VERSION = "10.9.0"
GO_VERSION = "1.22.8"
[context.production]
command = "(env && make web) || (sleep 30; false)"
[context.deploy-preview]
command = "(env && make web WEBSITE_BASE_URL=${DEPLOY_PRIME_URL}) || (sleep 30; false)"
[context.branch-deploy]
command = "(env && make web WEBSITE_BASE_URL=${DEPLOY_PRIME_URL}) || (sleep 30; false)"