Skip to content
Chelsea edited this page Nov 24, 2023 · 2 revisions

Home > Deployments And Infrastructure > Prod


PROD

  • Requires an approver
  • Initiate the deployment by tagging a release, ie: git tag 2.0.0 && git push origin 2.0.0
  • To deploy to prod:
    • First, deploy this tag to dev: run make tag-dev from the command line
      • Verify the build and run any tests that should run on dev
    • Next, deploy this tag to test: run make tag-test from the command line
      • Ensure QA sign-off is complete on the release
    • Once approved by the Quality Assurance Analyst, make sure to get approval from the Product Owner (PO) before deploying to prod
      • This will initiate the production deployment (P.O. sign off is required)
    • Reminder: For any infrastructure updates via Terraform, you must manually run make plan and make apply from the command line.
Clone this wiki locally