From 86d9098ee7abbfef93f836cf047e0387d149a4a8 Mon Sep 17 00:00:00 2001 From: Kyle Villegas <86266231+kylevillegas93@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:29:17 -0500 Subject: [PATCH] SFR-2342: Deploy to both CF and TF ECS Clusters in QA (#453) --- .github/workflows/build-qa.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-qa.yaml b/.github/workflows/build-qa.yaml index 38f2688ef5..c60c76e958 100644 --- a/.github/workflows/build-qa.yaml +++ b/.github/workflows/build-qa.yaml @@ -35,4 +35,8 @@ jobs: - name: Force ECS Update run: | - aws ecs update-service --cluster sfr-pipeline-qa --service sfr-pipeline-qa --force-new-deployment \ No newline at end of file + aws ecs update-service --cluster sfr-pipeline-qa --service sfr-pipeline-qa --force-new-deployment + + - name: Force ECS TF Update + run: | + aws ecs update-service --cluster sfr-pipeline-qa-tf --service sfr-pipeline-qa-tf --force-new-deployment