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

     1  [build]
     2  base = "site/"
     3  publish = "site/public/"
     4  command = "hugo"
     5  
     6  [build.environment]
     7  HUGO_VERSION = "0.91.2"
     8  
     9  [context.production.environment]
    10  HUGO_ENV = "production"
    11  HUGO_BASEURL = "https://prow.sigs.k8s.io/"
    12  
    13  [context.deploy-preview]
    14  command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"
    15  
    16  [context.branch-deploy]
    17  command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"