commit 07f08d9dca574bcef0cae09ddc67268884dd3162 Author: valvin Date: Sat Nov 26 21:25:52 2022 +0100 ci: init drone 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!" +