CI Pipeline with Drone and Kubernetes Runner using Gitea
In this post, we will create a new git repository on Gitea and create a .drone.yml file which will be the definition of our CI job for Drone. First, create the Gitea Repository: Next, create a new file, .drone.yml with the following content: kind: p...


