From 54fe11a492812ae92f9020aac1dc701b48e9b170 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Fri, 14 Jan 2022 17:11:38 +0100 Subject: [PATCH] CI/CD --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b06274a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +type: docker +name: build +trigger: + event: + - push + branch: + - senpai +steps: +- name: test-build + image: asciidoctor/docker-asciidoctor + commands: + - asciidoctor *.adoc