OrbitalBeat/.drone.yml
DataHoarder e2e192cce1
All checks were successful
continuous-integration/drone/push Build is passing
Version 1 signature, added Drone CI
2022-01-17 10:18:22 +01:00

13 lines
155 B
YAML

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