github.com/rajeev159/opa@v0.45.0/netlify.toml (about)

     1  [build]
     2  publish = "docs/website/public"
     3  command = "make netlify-prod WASM_ENABLED=0 CGO_ENABLED=0"
     4  
     5  [build.environment]
     6  HUGO_VERSION = "0.88.1"
     7  
     8  [context.deploy-preview]
     9  command = "make netlify-preview WASM_ENABLED=0 CGO_ENABLED=0"
    10  
    11  [context.branch-deploy]
    12  command = "make netlify-preview WASM_ENABLED=0 CGO_ENABLED=0"
    13  
    14  [dev]
    15  # "netlify dev" will serve the static content using netlify locally
    16  # with all the redirects and other netlify specific rules in place.
    17  publish = "docs/website/public"
    18  
    19  # To run the netlify dev service with hugo dev server "live" behind
    20  # it uncomment these lines:
    21  #command = "make docs-hugo-serve"
    22  #port = 1313