From 2a2101f2233face603cab30c4056dcb0d68fba8e Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 29 Jan 2019 15:10:58 +0000 Subject: [PATCH] chore: move Netlify ENV to global so it's not just applied to prod --- netlify.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 5bc7fed..066303b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,10 @@ [build] - publish = "public" command = "hugo" + publish = "public" + +[build.environment] + HUGO_VERSION = "0.53" + HUGO_ENABLEGITINFO = "true" [context.production.environment] - HUGO_VERSION = "0.53" HUGO_ENV = "production" - HUGO_ENABLEGITINFO = "true"