Skip to content

Commit

Permalink
updated read me and remove sensitive info
Browse files Browse the repository at this point in the history
  • Loading branch information
mmt456 committed Mar 14, 2024
1 parent 48268f4 commit 313439e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,23 @@ Changes to the main branch are automically built and deployed to: https://seattl
Once changes have been validated, they can be deployed with:

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

1. SSH into the coverage-api azure server with the username. Make sure to have permisions to do so, use this command if the above does not work:

ssh -i PATH_TO_PRIVATE_KEY USERNAME@HOSTNAME

2. Navigate to the ccn-coverage-vis directory
3. Switch to the amin branch
4. Perform git stash to save any uncommitted changes that can be used lated in the working copy.
5. Pull the main version of the code
6. Use npm install to install all modules listed as dependencies in package.json

# Issues

Expand Down

0 comments on commit 313439e

Please sign in to comment.