Skip to content

Commit 3970a5f

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,15 @@ 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 tag web-vX.Y.Z
44+
git push
45+
git push --tags
46+
# Run: https://github.com/aklinker1/cutlist/actions/workflows/release-web.yml
47+
```

0 commit comments

Comments
 (0)