Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netlify.toml - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe3036e2af77f8db600dc69eb3c01080d5888daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build]
  publish = "public"
  functions = "functions"

[build.environment]
  HUGO_VERSION = "0.75.1"
  NODE_VERSION = "14.12.0"
  NPM_VERSION = "6.14.8"
  YARN_VERSION = "1.22.5"

[context.production]
  command = "hugo -b $URL --gc --minify && npm run build:functions"

[context.deploy-preview]
  command = "hugo -b $DEPLOY_PRIME_URL --gc --minify"

[context.branch-deploy]
  command = "hugo -b $DEPLOY_PRIME_URL --gc --minify"