github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/netlify.toml (about)

     1  [build]
     2  base = "site/"
     3  publish = "public/"
     4  command = "make netlify-build"
     5  ignore = "false"
     6  
     7  [build.environment]
     8  HUGO_VERSION = "0.91.2"
     9  
    10  [context.production.environment]
    11  HUGO_ENV = "production"
    12  HUGO_BASEURL = "https://docs.prow.k8s.io/"
    13  
    14  [context.deploy-preview]
    15  command = "make netlify-deploy-preview"
    16  
    17  [context.branch-deploy]
    18  command = "make netlify-deploy-preview"