Files
drone-demo/.drone.yml
zguiy 9a75e1ad6a
All checks were successful
continuous-integration/drone/push Build is passing
2
2025-06-24 13:11:02 +08:00

10 lines
143 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:alpine
commands:
- go build -o app .
- ./app