-
Notifications
You must be signed in to change notification settings - Fork 2
Prod
Chelsea edited this page Nov 24, 2023
·
2 revisions
Home > Deployments And Infrastructure > 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.
- First, deploy this tag to dev: run make tag-dev from the command line
Discrepancy Report On Payments