File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments