diff --git a/README.md b/README.md index d06f9b7..cde142d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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 @@ -19,6 +19,15 @@ 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