Add drone pipeline

Hell yeah!
This commit is contained in:
Techpriest-01 2023-04-25 19:01:44 +01:00
parent 1165d54197
commit 4350005478

15
.dron 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: arm64v8/busybox
commands:
- echo hello-world