Skip to content

Commit

Permalink
SFR-2406: Deploy only to the new Terraform stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Dec 17, 2024
1 parent 27e0f61 commit b825a25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,5 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:production-latest
- 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
4 changes: 0 additions & 4 deletions .github/workflows/build-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,5 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:qa-latest
- name: Force ECS Update
run: |
aws ecs update-service --cluster sfr-front-end-qa --service sfr-front-end-qa --force-new-deployment
- name: Force ECS Update - Terraform
run: |
aws ecs update-service --cluster sfr-frontend-qa-tf --service sfr-frontend-qa-tf --force-new-deployment
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

## [0.18.9]

Expand Down

0 comments on commit b825a25

Please sign in to comment.