From 4414bea41d2e694e52a71e37037d948152bbe930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 17 Oct 2021 23:38:54 +0200 Subject: [PATCH] task: remove netlify config --- netlify.toml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 7b2a7aa87f..0000000000 --- a/netlify.toml +++ /dev/null @@ -1,23 +0,0 @@ -[build] - publish = "exampleSite/public" - command = "hugo -s exampleSite" - -[build.environment] - HUGO_THEME = "repo" - HUGO_THEMESDIR = "/opt/build" - HUGO_VERSION = "0.87.0" - -[context.production.environment] - HUGO_BASEURL = "https://relearn.netlify.app/" - -[context.deploy-preview] - command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL" - -[context.deploy-preview.environment] - HUGO_ENABLEGITINFO = "true" - -[context.branch-deplpy] - command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL" - -[context.branch-deploy.environment] - HUGO_ENABLEGITINFO = "true"