Add drone #1

Closed
kjuulh wants to merge 110 commits from main into production
Showing only changes of commit 9437bfd823 - Show all commits

9
.drone.yml Executable file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'