OrbitalBeat/.drone.yml
DataHoarder 1ed5bed004
All checks were successful
continuous-integration/drone/push Build is passing
Fix Drone builder
2022-01-18 11:35:52 +01:00

13 lines
152 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang:1.17-bullseye
commands:
- go build -o orbeat .
...