Skip to content

Commit

Permalink
adding deployment instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Philion committed Nov 8, 2023
1 parent 808cbbd commit 902c1dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Visualizations of coverage and performance analysis for Community Cellular Netwo

Now hosted on https://coverage.seattlecommunitynetwork.org/

# Testing & Deployment

Changes to the main branch are automically built and deployed to: https://seattlecommunitynetwork.org/ccn-coverage-vis/

Once changes have been validated, they can be deployed with:

```
ssh coverage-api.westus2.cloudapp.azure.com
cd ccn-coverage-vis/
git switch main
git stash
git pull
npm install
```


# Issues
- Chart doesn't show tooltips.

Expand Down
2 changes: 0 additions & 2 deletions README.old.md

This file was deleted.

0 comments on commit 902c1dc

Please sign in to comment.