[CI/CD with Drone 101] 04 Introduction to Drone Runners
Building an automated deployment process with Drone, introducing different drone runners.
In our previous post, “[CI/CD with Drone 101] 01 Basic Service Setup and GitHub Integration
” there is an example docker-compose.yml
file that creates two Docker runners: drone_runner_docker
and drone-runner-ssh
.
However, in “[CI/CD with Drone 101] 02 Setting Deployment Trigger Conditions (Pipeline)
” only the Docker runner is used.
This post will introduce both runners, along with other runners mentioned on the official website.