Skip to content

Commit

Permalink
Updating ecs cluster and service names
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Aug 27, 2024
1 parent 461624b commit 748dcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Force ECS Update
# Deploy to both the production and train clusters
run: |
aws ecs update-service --cluster nypl-discovery-qa --service nypl-discovery-qa --force-new-deployment
aws ecs update-service --cluster discovery-ui-qa --service discovery-ui-qa --force-new-deployment
aws ecs update-service --cluster nypl-discovery-train --service nypl-discovery-train --force-new-deployment
publish_production:
# needs: test
Expand Down

0 comments on commit 748dcdd

Please sign in to comment.