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