From 0377005a5f5af19783626c82bf97031e863b2dc4 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Mon, 21 Aug 2023 16:00:42 +0200 Subject: [PATCH] misc: More explicit deploy docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 485df861ad..5d2a2e5855 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ It is built using [Tailwind CSS](https://tailwindcss.com/) and [Eleventy](https: It is hosted on Netlify with each commit to the `main` branch being automatically deployed to the live site. +This works by a GitHub action automatically updating the `live` branch to includes documentation pulled from the `maintenance` branch of the [flowforge/flowforge](https://github.com/flowforge/flowforge) +repository, when changes are pushed to `main`. + +Netlify is then configured to watch the `live` branch for any changes, once detected, it will automatically pull the contents of this branch (docs included) and deploy to our production site. + ## Prerequisites ### Linux/MacOS