Skip to content

Commit

Permalink
Update README with deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Oct 29, 2024
1 parent da33c29 commit 7b7c585
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ Further Developing the Code requires both npm and yarn to be installed:
To test code and host server on localhost:

yarn dev

## Deployment at DLS

To deploy, [make a release](https://github.com/DiamondLightSource/logpanel/releases/new), create a tag using [semantic versioning](https://semver.org/). After the release is complete, make a PR updating the `appVersion` in the [Helm Chart](https://github.com/DiamondLightSource/logpanel/blob/main/helm/logpanel/Chart.yaml) to your new version. Once that PR is merged the new deployment will be automatically synced and available at https://logpanel.diamond.ac.uk.

0 comments on commit 7b7c585

Please sign in to comment.