Update step order for clean-env deploys (#275)

This commit is contained in:
Ryan Ahearn
2023-05-23 11:54:43 -04:00
committed by GitHub
parent 6f6061455c
commit 48808256d8

View File

@@ -117,8 +117,8 @@ Steps for deploying production from scratch. These can be updated for a new clou
1. Update `terraform-production.yml` and `deploy-prod.yml` to point to the correct space and git branch.
1. Ensure that the `api_network_route` and `domain` modules are commented out in `terraform/production/main.tf`
1. Run CI/CD pipeline on the `production` branch by opening a PR from `main` to `production`
1. Uncomment the `api_network_route` and `domain` modules and re-trigger a deploy
1. Create DNS records for `domain` module within https://github.com/18f/dns
1. Uncomment the `api_network_route` and `domain` modules and re-trigger a deploy
### Steps to prepare SES