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.

преди 5 години
123456789101112131415161718192021222324252627282930
  1. [build]
  2. publish = "public"
  3. command = "hugo --gc --minify"
  4. [context.production.environment]
  5. HUGO_VERSION = "0.59.0"
  6. HUGO_ENV = "production"
  7. HUGO_ENABLEGITINFO = "true"
  8. [context.split1]
  9. command = "hugo --gc --minify --enableGitInfo"
  10. [context.split1.environment]
  11. HUGO_VERSION = "0.59.0"
  12. HUGO_ENV = "production"
  13. [context.deploy-preview]
  14. command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
  15. [context.deploy-preview.environment]
  16. HUGO_VERSION = "0.59.0"
  17. [context.branch-deploy]
  18. command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
  19. [context.branch-deploy.environment]
  20. HUGO_VERSION = "0.59.0"
  21. [context.next.environment]
  22. HUGO_ENABLEGITINFO = "true"