Skip to content

Commit

Permalink
SFR-2396: Deploy to new terraform ECS cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Dec 11, 2024
1 parent 295d8bc commit 4d1d2da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ jobs:
- 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

0 comments on commit 4d1d2da

Please sign in to comment.