From 89d0773720b6668655b7a2730f262d704987a027 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Thu, 10 Sep 2020 23:16:36 +0000
Subject: [PATCH] delete deploy context

---
 exampleSite/netlify.toml |   24 +-----------------------
 1 files changed, 1 insertions(+), 23 deletions(-)

diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 250805b..3ab4616 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -8,26 +8,4 @@
 [context.production.environment]
 HUGO_VERSION = "0.74.3"
 HUGO_ENV = "production"
-HUGO_ENABLEGITINFO = "true"
-
-[context.split1]
-command = "hugo --gc --minify --enableGitInfo"
-
-[context.split1.environment]
-HUGO_VERSION = "0.74.3"
-HUGO_ENV = "production"
-
-[context.deploy-preview]
-command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
-
-[context.deploy-preview.environment]
-HUGO_VERSION = "0.74.3"
-
-[context.branch-deploy]
-command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
-
-[context.branch-deploy.environment]
-HUGO_VERSION = "0.74.3"
-
-[context.next.environment]
-HUGO_ENABLEGITINFO = "true"
+HUGO_ENABLEGITINFO = "true"
\ No newline at end of file

--
Gitblit v1.10.0