Skip to content

Commit 615e022

Browse files
Merge pull request #12 from NYPL/update-prod-cluster
Fix ECS cluster/service names in deploy-production
2 parents 1d46a77 + 14501bf commit 615e022

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
- name: Force ECS hours update
6666
if: needs.check_production_tags.outputs.has_production_hours_tag == 'true'
6767
run: |
68-
aws ecs update-service --cluster location-hours-poller-production --service location-hours-poller-production --force-new-deployment
68+
aws ecs update-service --cluster location-hours-poller-prod --service location-hours-poller-prod --force-new-deployment
6969
7070
- name: Force ECS closure alert update
7171
if: needs.check_production_tags.outputs.has_production_closure_alert_tag == 'true'
7272
run: |
73-
aws ecs update-service --cluster location-closure-alert-poller-production --service location-closure-alert-poller-production --force-new-deployment
73+
aws ecs update-service --cluster location-closure-alert-poller-prod --service location-closure-alert-poller-prod --force-new-deployment

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2023-06-05 -- v1.0.1
2+
### Fixed
3+
- Fixed production ECS cluster/service names in deploy-production GitHub workflow
4+
15
## 2023-06-02 -- v1.0.0
26
### Added
37
- Log a warning if the earliest library opening and/or the latest library closing changes

0 commit comments

Comments
 (0)