CI/CD via drone on Rasperrypi

Hi all, in case someone is interested I got a complete Hugo container deployed via CD/CD and drone on a Raspberrypi, all working fine. Deployment is triggered via git push and webhook, drone fetches code from local Gitea (running also as container) builds the docker container, pushes is to local private registry and then deploys the whole thing – Traefik is responsible for load balancing traffic back to te Hugo container.

1 Like