From b825a25c2411aa52ac3835127518ef2e1fe7a75b Mon Sep 17 00:00:00 2001 From: kyle Date: Tue, 17 Dec 2024 14:19:05 -0500 Subject: [PATCH] SFR-2406: Deploy only to the new Terraform stacks --- .github/workflows/build-production.yaml | 4 ---- .github/workflows/build-qa.yml | 4 ---- CHANGELOG.md | 1 + 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build-production.yaml b/.github/workflows/build-production.yaml index c8dd920b..5de7ee0e 100644 --- a/.github/workflows/build-production.yaml +++ b/.github/workflows/build-production.yaml @@ -84,9 +84,5 @@ jobs: docker push $ECR_REGISTRY/$ECR_REPOSITORY:production-latest - name: Force ECS Update - run: | - aws ecs update-service --cluster sfr-front-end-production --service sfr-front-end-production --force-new-deployment - - - name: Force ECS Update - Terraform run: | aws ecs update-service --cluster sfr-frontend-production-tf --service sfr-frontend-production-tf --force-new-deployment diff --git a/.github/workflows/build-qa.yml b/.github/workflows/build-qa.yml index 2a32088f..6e3d7134 100644 --- a/.github/workflows/build-qa.yml +++ b/.github/workflows/build-qa.yml @@ -51,9 +51,5 @@ jobs: docker push $ECR_REGISTRY/$ECR_REPOSITORY:qa-latest - name: Force ECS Update - run: | - aws ecs update-service --cluster sfr-front-end-qa --service sfr-front-end-qa --force-new-deployment - - - name: Force ECS Update - Terraform run: | aws ecs update-service --cluster sfr-frontend-qa-tf --service sfr-frontend-qa-tf --force-new-deployment diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b072c4..c7755440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Remove Kristo, Jiayong, and Olivia and add Kyle as codeowners - Deploy to new Terraform ECS cluster in production +- Deploy only to the new Terraform ECS clusters ## [0.18.9]