add drone pipeline

This commit is contained in:
Aravinth Manivannan 2021-09-29 13:11:27 +05:30
parent cbc426ddb8
commit 378fcd1dd5
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

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