CI/CD Pipeline Upgrade
· One min read
We've recently upgraded our CI/CD pipeline to improve build times, deploy time and reliability.
What Changed​
We are transitioning from using docker compose with watchtower to using full GitOps with portainer.
Benefits​
- Single source of truth for all our deployments This github repo
- Faster deploys
- Version locking. No more deploying general image tags e.g main, latest. Now using the commit sha
- Easy rollback, by commit to the gitops repo
- A friendly management interface, Portainer.
Migration Guide​
[In progress]