Added dronefile

This commit is contained in:
Justine Pelletreau 2023-07-14 00:17:11 +02:00
parent c73c45e14f
commit 453edfede3

11
.drone.yml Normal file
View File

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