added drone.yml file

This commit is contained in:
2022-04-22 00:48:16 +05:30
parent a942b1ae4b
commit 0671f97a66
+22 -3
View File
@@ -1,9 +1,28 @@
kind: pipeline
type: docker
name: default
name: en
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- echo hello world
trigger:
event:
- push
---
kind: pipeline
type: docker
name: fr
steps:
- name: greeting
image: alpine
commands:
- echo bonjour monde
trigger:
event:
- pull_request