diff --git a/README.md b/README.md index 2396287..c86fec5 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.old.md b/README.old.md deleted file mode 100644 index b2446c7..0000000 --- a/README.old.md +++ /dev/null @@ -1,2 +0,0 @@ -# cnn-coverage-vis -Visualizations of coverage and performance analysis for Community Cellular Networks.