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

netlify.toml - github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ee4b2d6122159bf9e95a9459a7777c75f0b94e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build]
  publish = "."
  command = "cd .. && mv repo bento && cd bento && HUGO_BASEURL=https://bento-hugo-theme.netlify.app/ yarn build:example && cp -r exampleSite/public ../repo"
  
[build.environment]
  HUGO_VERSION = "0.73.0"
  NODE_VERSION = "12.16.2"

[context.deploy-preview]
  command = "cd .. && mv repo bento && cd bento && HUGO_BASEURL=$DEPLOY_PRIME_URL yarn build:example && cp -r exampleSite/public ../repo"

[context.deploy-preview.environment]
  HUGO_GOOGLEANALYTICS = "dev"

[context.branch-deploy]
  command = "cd .. && mv repo bento && cd bento && HUGO_BASEURL=$DEPLOY_PRIME_URL yarn build:example && cp -r exampleSite/public ../repo"

[context.branch-deploy.environment]
  HUGO_GOOGLEANALYTICS = "dev"