Compare commits

...

2 Commits

Author SHA1 Message Date
Aravinth Manivannan c97b8521a4
add triggers
continuous-integration/drone/push Build is passing Details
2021-09-29 13:14:21 +05:30
Aravinth Manivannan 378fcd1dd5
add drone pipeline 2021-09-29 13:11:27 +05:30
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: default
trigger:
branch:
- gitea
- master
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world