From f045ca76b78090df57f5f8381058e1a43ccf8219 Mon Sep 17 00:00:00 2001 From: Liam Morley Date: Wed, 1 Dec 2021 13:37:42 -0500 Subject: [PATCH] Format prod deploy steps as a checklist --- doc/steps_to_deploy_to_production.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/steps_to_deploy_to_production.md b/doc/steps_to_deploy_to_production.md index 4f671bbf..6955e559 100644 --- a/doc/steps_to_deploy_to_production.md +++ b/doc/steps_to_deploy_to_production.md @@ -1,17 +1,17 @@ # Deploying to production -* Sign in to heroku -* Back up the database +[ ] 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 any one_off scripts that have been introduced for this release, as necessary -* 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. +[ ] 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 any one_off scripts that have been introduced for this release, as necessary +[ ] 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.