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: 1f2ebc3155d2c1d8c303bb4865453b1d9952be81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build]
  publish = "exampleSite/public"
  command = "cd .. && cp -r repo bento && cd bento && yarn build:example && ls exampleSite/"
  
[build.environment]
  HUGO_VERSION = "0.73.0"

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

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

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

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