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: 70319d007edfff7a5513ba7c0933148fc6b8e6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build]
  publish = "public/"
  command = "yarn build"
  functions = "functions/"

[build.environment]
  HUGO_VERSION = "0.69.0"
  NODE_VERSION = "13.11.0"
  NPM_VERSION = "6.13.7"
  YARN_VERSION = "1.22.4"

[context.deploy-preview]
  command = "yarn build:preview"

[context.branch-deploy]
  command = "yarn build"