Testing CD

This commit is contained in:
Liam 2022-10-26 11:12:57 +01:00
parent 31c9d8cf5e
commit 403478e11a

10
.drone.yml Normal file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world