added drone.yml file

This commit is contained in:
2022-04-22 00:41:37 +05:30
parent 7ee8d3b133
commit 3ee664b9a3
3 changed files with 10 additions and 196 deletions
+10
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world