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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-02-11 03:56:15 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-02-11 03:56:15 +0300
commit5e3333c381ef7e74556b79468df1972854d35f43 (patch)
treed808c9e926f754e2ea117c2875ba8c589340e681 /netlify.toml
parentc3419ce67ea5783742bde258d9ea8079ef06fea8 (diff)
Add netlify stuff
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..195b60d
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,13 @@
+# Production context: All deploys to the main
+# repository branch will inherit these settings.
+[context.production]
+# command = "bin/netlify-production.sh"
+# publish = "exampleSite/dist"
+ publish = "exampleSite/public/"
+ command = "bin/netlify.sh"
+
+# Deploy Preview context: All Deploy Previews
+# will inherit these settings.
+[context.deploy-preview]
+ publish = "exampleSite/public/"
+ command = "bin/netlify.sh"