Skip to content

Drone CI/CD server

Drone CI/CD server is a Continuous Integration/Continuous Delivery (CI/CD) platform designed to automate testing, building, and deployment workflows^[readme-templates.md]. It integrates with version control systems to execute pipelines defined in configuration files^[readme-templates.md].

Local Development Setup

In local development environments, the Drone server is often accessed via specific hostname resolutions configured in the system's host file^[400-devops__10-Version-Control__README.md].

To facilitate local routing, entries are typically added to map the server hostname to the loopback address^[400-devops__10-Version-Control__README.md]:

  • 127.0.0.1 drone-server

This configuration allows the local machine to resolve the Drone server address without requiring external DNS records^[400-devops__10-Version-Control__README.md].

Sources

^[400-devops__10-Version-Control__README.md]