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