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

github.com/7ma7X/HugoTeX.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.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index fd9d9be..d2d9acf 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,2 +1,8 @@
[context.production.environment]
- HUGO_VERSION = "0.60.1" \ No newline at end of file
+HUGO_VERSION = "0.77.0"
+HUGO_ENV = "production"
+RUBY_VERSION = "2.6.2"
+
+[context.deploy-preview.environment]
+HUGO_VERSION = "0.77.0"
+RUBY_VERSION = "2.6.2" \ No newline at end of file