SynchRoGazer/.drone.yml

13 lines
152 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
2022-01-18 19:18:11 +00:00
image: golang:1.18-rc-bullseye
commands:
- go build -o srg .
...