From b50c7675e7e377737b335d9e23b56ad59b1fe7c4 Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Sun, 1 Sep 2024 22:21:01 -0500 Subject: [PATCH] docs: Add web deployment instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 +```