mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add documentation for deploying to production
This commit is contained in:
parent
39539f6289
commit
cee3e61f2d
1 changed files with 16 additions and 0 deletions
16
doc/steps_to_deploy_to_production.md
Normal file
16
doc/steps_to_deploy_to_production.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Deploying to production
|
||||
|
||||
* Sign in to heroku
|
||||
* Back up the database
|
||||
```
|
||||
heroku pg:backups:capture
|
||||
heroku pg:backups:download
|
||||
```
|
||||
* Navigate to mciea-dashboard settings tab
|
||||
* Ensure environmental variables match between staging and production environments
|
||||
* Navigate to mciea-dashboard deploy tab
|
||||
* Select branch to deploy(main)
|
||||
* Verify in the activity log that Heroku builds the deployment
|
||||
* Verify that the site contains the new features
|
||||
* Run the db:seed script
|
||||
* Verify that the data represented on the different tabs matches what is expected. The items listed in the measure key should be represented on the site.
|
||||
Loading…
Add table
Add a link
Reference in a new issue