Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 766 Bytes

0001-use-circleci.md

File metadata and controls

23 lines (14 loc) · 766 Bytes

0001 - Use CircleCI as the continuous integration and delivery pipeline

2023-01-06

Status

Accepted

Context

We need to select a suitable CI pipeline to build and deploy this service. Market research was done and both CircleCI and GitHub Actions were considered. Both these services are feature complete and operate in a similar way.

Decision

We have decided to use CircleCI as the build pipeline.

Consequences

  1. An additional service will be introduced in addition to GitHub.
  2. Much less configuration will be required as pre-defined HMPPS orbs are available in CircleCI.
  3. Secrets will be managed in CircleCI.