From 07f08d9dca574bcef0cae09ddc67268884dd3162 Mon Sep 17 00:00:00 2001 From: valvin Date: Sat, 26 Nov 2022 21:25:52 +0100 Subject: [PATCH] ci: init drone --- .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..ae22d08 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: backend + image: golang + commands: + - echo "hello world!" +