From 35630cf28ea31740161df7e589ab12d856f0c245 Mon Sep 17 00:00:00 2001 From: Guy Hannay Date: Thu, 28 Mar 2024 13:46:49 +0000 Subject: [PATCH] switch order --- infrastructure/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/infrastructure/README.md b/infrastructure/README.md index a3a2bcbe..5b160c3d 100644 --- a/infrastructure/README.md +++ b/infrastructure/README.md @@ -14,18 +14,18 @@ 1. You will only be able to deploy to `dev` or `preprod` through this make command 2. This will deploy the image from ECR to the ECS cluster -4. To release to `prod` - 1. Create a PR to main - 2. Once approved and merged, this will trigger both a build action - 3. When the build has successfully finished it will automatically trigger a release to `prod` to update ECS - -5. See the changes live +4. See the changes live 1. Once the workflows release it will take some time to for ECS to swap out the images 2. When completed you will be able to see the changes at: 1. dev: consultations-dev.ai.cabinetoffice.gov.uk 2. preprod: consultations-preprod.ai.cabinetoffice.gov.uk 3. prod: consultations.ai.cabinetoffice.gov.uk +5. To release to `prod` + 1. Create a PR to main + 2. Once approved and merged, this will trigger both a build action + 3. When the build has successfully finished it will automatically trigger a release to `prod` to update ECS + ## FAQ Debugs 1. The build and release workflows have finished without failing, but now the service is down. 1. The code in the docker image is likely broken