From 48808256d87b1042328ede19757400fdf37c6557 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 23 May 2023 11:54:43 -0400 Subject: [PATCH] Update step order for clean-env deploys (#275) --- docs/infra-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infra-overview.md b/docs/infra-overview.md index 8707f9797..920cf6199 100644 --- a/docs/infra-overview.md +++ b/docs/infra-overview.md @@ -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