From 14a02c1091e8ce682572c8076d400e38f4421c7f Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 12:57:21 -0400 Subject: [PATCH] Adding a Drone pipeline --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e5b84d9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +name: blog + +clone: + depth: 1 + +steps: + name: hugo + image: code.ndumas.com/hugo:latest + commands: + - hugo build