Add .drone.yml

This commit is contained in:
2022-07-10 11:16:35 -07:00
parent cbc77893c5
commit 89b9500712

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