Skip to content

Commit

Permalink
docs: Add web deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Sep 2, 2024
1 parent bb4e33a commit 3970a5f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 3970a5f

Please sign in to comment.