Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 493 Bytes

CI/CD

The CI/CD pipeline is defined in the cicd.yml file.

---
title: CI/CD Pipeline
---
flowchart LR
    Format(Check code<br>formatting) ---> Build(Build/Push all<br>Docker Images)
    Unit(Run Unit Tests) ---> Build(Build/Push all<br>Docker Images)
    Build ---> Local(Deploy and Test local<br>ephemeral k8s)
    Build ---> Deploy(Deploy and Test EKS)
Loading

Refer to the helm directory for the Helm charts and Helmfile configs to deploy acapy-cloud.