Testing drone CI/CD

This commit is contained in:
Derek Paschal 2023-06-19 10:54:13 -05:00
parent 8027e95f58
commit 9022e35fd3
1 changed files with 9 additions and 0 deletions

9
.drone.yaml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: hello-world
type: docker
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world