ci: init drone
continuous-integration/drone/push Build encountered an error Details
continuous-integration/drone Build is passing Details

This commit is contained in:
valvin 2022-11-26 21:25:52 +01:00
commit 07f08d9dca
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- echo "hello world!"