Skip to content

Commit c0cf4c3

Browse files
committed
update readme
1 parent 2580615 commit c0cf4c3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
![Build](https://github.com/NHSDigital/eps-cdk-utils/workflows/release/badge.svg?branch=main)
44

5-
This repository contains a docker image used to deploy CDK to our environments and a CDK constructs library for common EPS project patterns, plus shared deployment utilities.
5+
This repository contains
6+
- a CDK constructs library for common EPS project patterns
7+
- a shared deployment utilities library.
68

7-
- `docker/` Contains Dockerfile used to build image used fo for CDK deployments
89
- `packages/cdkConstructs/` Contains common CDK constructs and CDK helpers used in EPS projects
910
- `packages/deploymentUtils/` Contains shared code for standardising OpenAPI specifications and performing Proxygen-based deployments
1011
- `scripts/` Utilities helpful to developers of this specification
@@ -14,8 +15,8 @@ This repository contains a docker image used to deploy CDK to our environments a
1415
A release of this code happens automatically every Wednesday, but can also be triggered manually by running the release workflow.
1516
The release workflow does the following
1617
- creates a new tagged version
17-
- creates a new version of the cdk construct library and publishes it to github
18-
- pushes the cdk-utils docker image to dev and all other environments (subject to manual release approval in github actions)
18+
- creates a new version of the eps-cdk-construct- library and publishes it to github
19+
- creates a new version of the eps-deployment-utils library and publishes it to github
1920

2021
## CDK Constructs (`packages/cdkConstructs`)
2122

0 commit comments

Comments
 (0)