Added drone config file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lilleman auf Larv 2022-02-13 21:19:47 +01:00
parent fb96d9291f
commit b5e2a1312b

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine:3.15.0
commands:
- echo hello
- echo world