Adding drone yml

This commit is contained in:
djweber12 2024-02-05 22:57:36 -05:00
parent a7ffef8a91
commit 5cc47c58e8

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: hello-world
trigger:
branch:
- master
event:
- push
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world