diff --git a/README.md b/README.md index 5d71979..1c4e8a8 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,15 @@ To publish docker image: ```bash bun publish:web:docker ``` + +## Deploy Website + +Bump the version. commit change, and tag: + +```sh +vi web/package.json +git tag web-vX.Y.Z +git push +git push --tags +# Run: https://github.com/aklinker1/cutlist/actions/workflows/release-web.yml +```