I have a self hosted Drone CI that runs in Docker. I set it up using the image https://registry.hub.docker.com/u/mattgruter/drone/ and it's up and running just fine. I've connected my Github account and sync'd my repos. However after I added my .drone.yml file to a repo, it's not synchronizing with my Drone CI. Drone just says "Add a .drone.yml file and make a commit to trigger a build". Not sure what I'm missing.
My .drone.yml just looks like this. I'm just starting to use Drone for the first time, so not sure if I've missed something in this file. I assume the image is a docker image.
image: maven/maven:3.3.3-jdk-8-onbuild
name: maps
script:
- mvn clean install