Add '.drone.yml'
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Udovič Arns 2022-08-15 19:49:29 +00:00
parent cf99eecc6e
commit 20c8752842

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- go build