How To Set Up Continuous Integration Pipelines with Drone on Ubuntu 16.04
Drone is a continuous integration and delivery platform written in Go. Through integrations with many popular version control services, you can use it to build, test, and deliver software automatically whenever your code is updated. In this tutorial, we…