From 1468b70c3c8bd2abfbd244e6d92f10d343219e7c Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 1 May 2018 21:28:55 -0700 Subject: [PATCH] Update docs about deploy --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6191ab43..8894ce2a 100755 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ Open the local ip/port that is output to the console in your browser. ## Deploying +[Netlify](https://www.netlify.com/) watches GitHub for new versions of master. +When a new ve + [Travis](https://travis-ci.org/) runs the build and then pushes the contents of `./built` to the `gh-pages` branch of this repository. GitHub Pages then serve that directory as . CloudFlare sits in front of GitHub pages to provide the SSL certificate. In short, deploying should be as simple as pushing a commit to master which builds, lints and passes all tests.