Add .drone.yml

This commit is contained in:
first_admin 2024-08-24 19:05:54 +00:00
parent 5919404c40
commit 9187f9c1c9

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"