summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-10 12:52:31 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-10 12:52:31 +0100
commitb5cb8866e9797efa28072e4eac68abd8a1b9c5d3 (patch)
tree712eccff7bd9f4d3748cdb45b7801503e1b0db4f /docs/netlify.toml
parentd382502d6dfa1c066545e215ba83e2e0a9d2c8d7 (diff)
parent9cc9bab46288d8d5f9fda7009c5f746258cec1b4 (diff)
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r--docs/netlify.toml23
1 files changed, 14 insertions, 9 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml
index 55e6a89a5..7ecd9ebc4 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -1,18 +1,23 @@
[build]
- publish = "public"
- command = "hugo"
+publish = "public"
+command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.35"
- HUGO_ENV = "production"
- HUGO_ENABLEGITINFO = "true"
+HUGO_VERSION = "0.36"
+HUGO_ENV = "production"
+HUGO_ENABLEGITINFO = "true"
+
+[context.deploy-preview]
+command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.35"
+HUGO_VERSION = "0.36"
+
+[context.branch-deploy]
+command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.35"
+HUGO_VERSION = "0.36"
[context.next.environment]
- HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
- HUGO_ENABLEGITINFO = "true" \ No newline at end of file
+HUGO_ENABLEGITINFO = "true"