Initial CICD attempt

This commit is contained in:
Malcolm Roberts 2024-02-15 18:59:07 +00:00
parent ea8290a2a2
commit dca57a3acd
2 changed files with 9 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build -ldflags="-s -w"

1
README.md Normal file
View File

@ -0,0 +1 @@
[![Build Status](https://drone.mroberts.dev/api/badges/mickey/usergen/status.svg)](https://drone.mroberts.dev/mickey/usergen)