Skip to content

Commit

Permalink
docs(upgrade): document steps to upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tsimbalar committed Apr 26, 2021
1 parent d84daff commit 39316b2
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 @@ -54,6 +54,18 @@ Get notified about new builds, failing builds etc

<img src="./assets/03-monitor-builds.png" title="builds" width="60%">

## FAQ
### How to upgrade

If you followed the previous instructions, you should be able to run those commands :

```bash
docker stop codemagic-build-monitor
docker rm codemagic-build-monitor
docker pull ghcr.io/tsimbalar/codemagic-build-monitor:latest
docker run --name codemagic-build-monitor -d -p 9901:9901 --restart unless-stopped ghcr.io/tsimbalar/codemagic-build-monitor
```

---

## Roadmap

0 comments on commit 39316b2

Please sign in to comment.