Skip to content

Commit

Permalink
SFR-2342: Deploy to both CF and TF ECS Clusters in QA (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 authored Nov 21, 2024
1 parent 29b9ffe commit 86d9098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 86d9098

Please sign in to comment.