// docs / CI/CD

CI/CD

Building and deploying apps in this environment is fully automated through Drone CI and ArgoCD, working from Gitea. This setup allows me to continuously build and deploy changes with minimal manual intervention all within the cluster.

Together, Drone and ArgoCD form a pretty smooth pipeline:

  • Push code to Gitea

  • Drone builds, tests, and creates a new image

  • ArgoCD detects a manifest change and deploys update