add drone config

This commit is contained in:
douxu 2026-01-29 16:56:21 +08:00
parent 9380717b75
commit c7bc0d033b
2 changed files with 15 additions and 1 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:latest
environment:
GO111MODULE: on
GOPROXY: https://goproxy.cn,direct
commands:
- go build main.go

View File

@ -1,3 +1,5 @@
# eventRT
事件处理服务
事件处理服务
[![Build Status](http://192.168.46.100:4080/api/badges/CL-Softwares/eventRT/status.svg)](http://192.168.46.100:4080/CL-Softwares/eventRT)