Skip to content

Commit

Permalink
Initializes Drone-based CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gremid committed Jul 11, 2024
1 parent e4e9971 commit 041c72c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default

steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world

0 comments on commit 041c72c

Please sign in to comment.