Browse Source

Add Netlify deploy button and netlify.toml

main
Adrian Short 5 years ago
parent
commit
f67293ecdb
2 changed files with 12 additions and 0 deletions
  1. +2
    -0
      README.md
  2. +10
    -0
      netlify.toml

+ 2
- 0
README.md View File

@@ -2,6 +2,8 @@

Static site generator for website to track BT InLink kiosks planning applications.

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/adrianshort/kiosks)

## How to build this site locally

### Setup - do this only once


+ 10
- 0
netlify.toml View File

@@ -0,0 +1,10 @@
[build]
base = "."
publish = "_site"
command = "bundle exec bin/download && bundle exec bin/petrify"

[template]
incoming-hooks = ["Morph"]
[template.environment]
MORPH_API_KEY = "change me"

Loading…
Cancel
Save