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 b50c767
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b50c767

Please sign in to comment.