From 902c1dc46ba78618df6537ec489959e9b0e3ec70 Mon Sep 17 00:00:00 2001 From: Paul Philion Date: Wed, 8 Nov 2023 10:03:32 -0800 Subject: [PATCH] adding deployment instructions to README --- README.md | 16 ++++++++++++++++ README.old.md | 2 -- 2 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 README.old.md 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.