Add .drone.yml

This commit is contained in:
2022-08-11 08:07:05 -05:00
parent e76025eb90
commit 01f0f8dfd1

13
.drone.yml Normal file
View File

@@ -0,0 +1,13 @@
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo hello world