You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
6
8
7
-
-`docker/` Contains Dockerfile used to build image used fo for CDK deployments
8
9
-`packages/cdkConstructs/` Contains common CDK constructs and CDK helpers used in EPS projects
9
10
-`packages/deploymentUtils/` Contains shared code for standardising OpenAPI specifications and performing Proxygen-based deployments
10
11
-`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
14
15
A release of this code happens automatically every Wednesday, but can also be triggered manually by running the release workflow.
15
16
The release workflow does the following
16
17
- creates a new tagged version
17
-
- creates a new version of the cdkconstruct 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
0 commit comments