From 1b2a63b25254d2964ba2ccc64565b3ea76f1664c Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Fri, 22 Aug 2025 16:00:20 +0100 Subject: [PATCH] Update instructions for deploying this application It hasn't been continuously deployed since switching to kubernetes. Therefore updating the README to reflect this. --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b1909f6..19f8117 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,7 @@ You should now be able to view a live preview at [http://localhost:4567](http:// ## Publishing changes -The main branch of this repository is published every 30 minutes to the -`gh-pages` branch. It uses the `deployed-to-production` branch of -[Content Store][content-store]. Thus once a pull request is merged into main -changes will automatically display on the site within 30 minutes. - -If for some reason the automatic deployment fails you can deploy with the -following command: +Run the following command on your local machine to deploy the application: ```shell make publish @@ -69,6 +63,8 @@ make publish This will push to the `gh-pages` branch and therefore deploy to GitHub Pages. +> There is no automatic or continuous deployment for this application. + ## License [MIT License](LICENCE)