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-05-18 18:13:50 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-18 18:13:50 +0300
commitbcd386ead331a4e497f821f88dad73c235cefaca (patch)
tree5aaec155fbdbdc87420ac93d8b1710ebd894e7b9 /netlify.toml
parentd727a9b781730c13e19e2739f90749c9798a2478 (diff)
Update netlify configuration
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index fcd26fa..937ba70 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -11,3 +11,12 @@
[context.deploy-preview]
publish = "exampleSite/public/"
command = "bin/netlify.sh"
+
+ [context.production.environment]
+ HUGO_VERSION = "0.20.7"
+
+ [context.deploy-preview.environment]
+ HUGO_VERSION = "0.20.7"
+
+ [context.branch-deploy.environment]
+ HUGO_VERSION = "0.20.7"