add drone ci file
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
andreas 2022-06-08 23:05:04 +02:00
parent b4f5d522be
commit c30bb9c969
Signed by: andreas
GPG Key ID: D97194E55873280A

10
.drone.yml Normal file
View File

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