添加 '.drone.yml'

Signed-off-by: ch4o5 <li_dongyun@outlook.com>
This commit is contained in:
2022-03-25 12:15:07 +08:00
parent 36c1c29b81
commit a72e67d41b

10
.drone.yml Normal file
View File

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