first commit

This commit is contained in:
ycc 2023-04-02 10:04:17 +01:00
commit c3d3b299ab
2 changed files with 12 additions and 0 deletions

10
.drone.yml Normal file
View File

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

2
README.md Normal file
View File

@ -0,0 +1,2 @@
Simple hello drone