add drone pipeline

This commit is contained in:
Aravinth Manivannan 2021-09-29 13:11:27 +05:30
parent 3dcdfab916
commit 43f4fa18cb
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