October 2017
Intermediate to advanced
326 pages
7h 20m
English
Drone has a different philosophy when it comes to running builds: it reacts to changes in the code on the remote repository by triggering the pipeline. Let's create a super simple repository with a very simple Node.js application. I have created it on my GitHub account in order to make everything easier: https://github.com/dgonzalez/node-example-drone/. Just fork it into your own account, and you are good to go.
The first thing that we need to do is activate the project in your local Drone installation. Just go to Account, and in the list of repositories, activate node-example-drone. Now it should show in the home screen in a manner similar to the following screenshot:
Now we are facing a small problem: Drone was created to ...