Add .drone.yml

This commit is contained in:
Chuck Dries 2022-07-10 11:16:35 -07:00
parent cbc77893c5
commit 89b9500712
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

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