SynchRoGazer/.drone.yml
DataHoarder 42dc6f01d6
All checks were successful
continuous-integration/drone/push Build is passing
Added size output postgres entry
2022-01-18 20:18:11 +01:00

13 lines
152 B
YAML

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