From 2504e6d5faa5f23dcb0f4a7f01c7316335b31c0c Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sat, 10 Jun 2023 12:17:59 -0400 Subject: [PATCH] first pass at the drone pipeline --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index e69de29..a60b1b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: publish-docker-image + +clone: + depth: 1 + + +steps: +- name: copy-posts + image: alpine:latest + commands: + - make docker