From bc1690fef7e1b093270c1a09b86549fd7aa43cc9 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Fri, 29 Apr 2022 08:22:02 -0700 Subject: [PATCH] Add instructions for connecting to Heroku's git repo --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5589e8f6..01c3bd74 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,15 @@ Run the javascript tests yarn test ``` +### Connecting to Heroku git + +To add the heroku remote repository for beta run +`git remote add beta https://git.heroku.com/mciea-beta.git` + +To add the heroku remote repository for production run +`git remote add dashboard https://git.heroku.com/mciea-dashboard.git ` + + ## Continuous Integration Pushing commits to the main branch triggers auto-deployment to the staging environment.