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

github.com/h-enk/doks.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.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..70319d0
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,16 @@
+[build]
+ publish = "public/"
+ command = "yarn build"
+ functions = "functions/"
+
+[build.environment]
+ HUGO_VERSION = "0.69.0"
+ NODE_VERSION = "13.11.0"
+ NPM_VERSION = "6.13.7"
+ YARN_VERSION = "1.22.4"
+
+[context.deploy-preview]
+ command = "yarn build:preview"
+
+[context.branch-deploy]
+ command = "yarn build"