Skip to content

Commit b50c767

Browse files
committed
docs: Add web deployment instructions
1 parent bb4e33a commit b50c767

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,16 @@ To publish docker image:
3333
```bash
3434
bun publish:web:docker
3535
```
36+
37+
## Deploy Website
38+
39+
Bump the version. commit change, and tag:
40+
41+
```sh
42+
vi web/package.json
43+
git commit -am "chore(release): web-v1.0.7"
44+
git tag web-v1.0.7
45+
git push
46+
git push --tags
47+
# Run: https://github.com/aklinker1/cutlist/actions/workflows/release-web.yml
48+
```

0 commit comments

Comments
 (0)