Posts on Comprofix http://localhost:1313/post/ Recent content in Posts on Comprofix Hugo en Sat, 21 Sep 2024 00:00:00 +0000 Continuous Integration & Continuous Deployment http://localhost:1313/post/2024-09-21-websitedeployment/ Sat, 21 Sep 2024 00:00:00 +0000 http://localhost:1313/post/2024-09-21-websitedeployment/ <p>Since the reset of the website, I have been working on getting it to auto build and deploy using <a href="https://docs.gitea.com/usage/actions/overview">Gitea Actions</a>. Which is similar and compatible to <a href="https://github.com/features/actions">GitHub Actions</a></p> <p>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.</p> <h3 id="why-use-cicd" id=why-use-cicd> <span class="me-2">Why use CI/CD?</span> <a href="#why-use-cicd" class="anchor text-muted"><i class="fas fa-hashtag"></i></a> </h3><p>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.</p> Reset and Restart http://localhost:1313/post/2024-09-05-resetrestart/ Thu, 05 Sep 2024 00:00:00 +0000 http://localhost:1313/post/2024-09-05-resetrestart/ <p>It&rsquo;s time to reset the website and start building my blog again. I have had this domain for a number of years and it has always been used for my E-Mail.</p> <p>But the website has been more of a play ground for experimenting and testing.</p> <p>I am now hoping to get into the habit of writing more blog posts as I document my journey as I experiment with my HomeLab.</p>