From 42428b63b467441f7387d9396057bbf1f176553d Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sun, 15 Dec 2019 14:12:35 +0000 Subject: [PATCH] Delete netlify.toml --- netlify.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index b155e7d..0000000 --- a/netlify.toml +++ /dev/null @@ -1,12 +0,0 @@ -[build] - base = "." - publish = "_site" - command = "bundle exec bin/download && bundle exec bin/build" - -[template] - incoming-hooks = ["Morph scrape completed"] - -[template.environment] - # eg https://api.morph.io/adrianshort/inlink-scraper/data.json - MORPH_API_URL = "Your public inlink-scraper Morph API URL (ends in data.json)" - MORPH_API_KEY = "Your secret Morph API key"