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

netlify.toml - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fcd26fa9b2fc1852bbb77aad774b42aa96afa54b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Production context: All deploys to the main
# repository branch will inherit these settings.
[context.production]
#  command = "bin/netlify.sh"
# publish = "exampleSite/public"
   command = "bin/netlify-production.sh"
   publish = "exampleSite/public/"

# Deploy Preview context: All Deploy Previews
# will inherit these settings.
[context.deploy-preview]
  publish = "exampleSite/public/"
  command = "bin/netlify.sh"