Add Drone CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-03-30 17:41:26 +02:00
parent a82e755abe
commit 5ee043abe2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 15 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
name: default
steps:
- name: Build the docker image
image: docker:stable
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t autonomic/docker.jekyll.4:drone .

View File

@ -1,3 +1,5 @@
# docker.jekyll.4 # docker.jekyll.4
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/docker.jekyll.4/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/docker.jekyll.4)
A docker image with the right dependencies for our website. A docker image with the right dependencies for our website.