Drone CI server¶
Drone CI server is a Continuous Integration (CI) platform that can be configured locally by modifying the system's host file. To set up a local development environment involving the Drone server and a code repository (such as Gitea), specific mappings are typically added to point these domains to the local machine.^[400-devops-10-version-control-readme.md]
Local Configuration¶
For local testing or isolated development, the Drone server is often configured alongside a Git hosting server. The standard practice involves mapping the hostnames drone-server and gitea-server to the local loopback address (127.0.0.1) in the host file.^[400-devops-10-version-control-readme.md]
Sources¶
^[400-devops-10-version-control-readme.md]