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:
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"