Skip to content

Commit

Permalink
SFR-2396: Deploy to new terraform ECS cluster (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 authored Dec 12, 2024
1 parent 295d8bc commit 27e0f61
Show file tree
Hide file tree
Showing 2 changed files with 5 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Prerelease]

- Remove Kristo, Jiayong, and Olivia and add Kyle as codeowners
- Deploy to new Terraform ECS cluster in production

## [0.18.9]

Expand Down

0 comments on commit 27e0f61

Please sign in to comment.