From c9fdb1c15e30307dce138d24a0382a5d362c4918 Mon Sep 17 00:00:00 2001 From: Ryan Pandya Date: Mon, 15 May 2023 13:47:53 -0400 Subject: [PATCH] First attempt at using Drone CI --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6f647d3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: docker +name: lifetracker + +trigger: + branch: + - master + event: + - push + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world