From afed105697992b6f791ba95f2c370eb17d568139 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Tue, 31 Aug 2021 01:03:06 +0200 Subject: [PATCH] Started writing woodpecker config --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ca96d5b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + pull: + image: amd64/alpine:latest + commands: + - docker build https://github.com/Saiyato/snapserver_docker +