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

This commit is contained in:
gav
2022-05-01 01:22:43 +07:00
parent f2e6e27179
commit 56adc16b04

10
.drone.yml Normal file
View File

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