Add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

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

10
.drone.yml Normal file
View File

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