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-04-21 20:48:07 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-04-21 20:48:07 +0300
commitabbd51a9f921399d8518567a8374801debd687ca (patch)
treeeac93d3ca8995326158ae94d63c0d7f1d31c44df /netlify.toml
parentf9682a81c46ed1993e8c135f4092cd9452d12071 (diff)
Fix netlify build stuff
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/netlify.toml b/netlify.toml
index 195b60d..ae5f9fc 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,10 +1,10 @@
# 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"
+# command = "bin/netlify.sh"
+# publish = "exampleSite/public"
+ command = "bin/netlify-production.sh"
+ publish = "exampleSite/dist/"
# Deploy Preview context: All Deploy Previews
# will inherit these settings.