
Continuous Integration & Continuous Deployment
Since the reset of the website, I have been working on getting it to auto build and deploy using Gitea Actions. Which is similar and compatible to GitHub Actions Before implementing the action it was a manual process which required using docker commands to login, build and push the image to the container registry. Why use CI/CD? It takes the manual process steps away and does them for you, helping you to avoid missing any steps and avoiding errors. This also makes the interaction seamless and automated.