Add instructions for connecting to Heroku's git repo

This commit is contained in:
Nelson Jovel 2022-04-29 08:22:02 -07:00
parent c2e40fed8d
commit bc1690fef7

View file

@ -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.