Skip to content

Commit 456a427

Browse files
authored
Merge pull request #195 from alphagov/update-publish
Update instructions for deploying this application
2 parents a4c6c5b + 1b2a63b commit 456a427

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,16 @@ You should now be able to view a live preview at [http://localhost:4567](http://
5555

5656
## Publishing changes
5757

58-
The main branch of this repository is published every 30 minutes to the
59-
`gh-pages` branch. It uses the `deployed-to-production` branch of
60-
[Content Store][content-store]. Thus once a pull request is merged into main
61-
changes will automatically display on the site within 30 minutes.
62-
63-
If for some reason the automatic deployment fails you can deploy with the
64-
following command:
58+
Run the following command on your local machine to deploy the application:
6559

6660
```shell
6761
make publish
6862
```
6963

7064
This will push to the `gh-pages` branch and therefore deploy to GitHub Pages.
7165

66+
> There is no automatic or continuous deployment for this application.
67+
7268
## License
7369

7470
[MIT License](LICENCE)

0 commit comments

Comments
 (0)