Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 331 Bytes

CICD.md

File metadata and controls

12 lines (8 loc) · 331 Bytes

CI-CD

Continuous Integration

  • GitHub actions are used for CI
  • Action publishes the Docker containers to GitHub Container Registry
  • GitHub Actions are here

Continuous Delivery

  • CD uses Flux and GitOps
  • Instructions for setting up GitOps are here