drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
jjohnstondev 2023-01-08 21:31:36 -08:00
parent 16c0ba104e
commit c1208ed5de
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build
trigger:
branch:
- main
event:
- push