diff --git a/README.md b/README.md index 5d71979..3b4e394 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,16 @@ To publish docker image: ```bash bun publish:web:docker ``` + +## Deploy Website + +Bump the version. commit change, and tag: + +```sh +vi web/package.json +git commit -am "chore(release): web-v1.0.7" +git tag web-v1.0.7 +git push +git push --tags +# Run: https://github.com/aklinker1/cutlist/actions/workflows/release-web.yml +```