Skip to content

Commit

Permalink
Updating GHA, changelog, versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Nov 18, 2024
1 parent 81a89aa commit 1102d98
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Update ECS service
run: |
aws ecs update-service --cluster new-digitalcollections --service new-digitalcollections --force-new-deployment
aws ecs update-service --cluster new-digitalcollections-prod --service new-digitalcollections-prod --force-new-deployment
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated collection card urls to use uuid
- Moved `/divisions` and `/divisions/[slug]` from behind middleware, now accessible

## [0.1.18] 2024-11-18

## Updated

- Updated item card urls to use uuid
- Updated collection card urls to use legacy url
- Updated prod ECS cluster name to `new-digitalcollections-prod`

## [0.1.17] 2024-11-14

Expand Down
Loading

0 comments on commit 1102d98

Please sign in to comment.