mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add instructions for connecting to Heroku's git repo
This commit is contained in:
parent
c2e40fed8d
commit
bc1690fef7
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue