Add '.drone.yml'
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Udovič Arns 2022-08-07 15:10:18 +00:00
parent bb4a65b4ca
commit 3d27d24f9f

10
.drone.yml Normal file
View file

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