main upgrade

This commit is contained in:
ycc
2024-09-02 17:52:12 +02:00
parent e341aca84e
commit 7d5af4c2eb
8 changed files with 233 additions and 72 deletions

20
.drone.yml Normal file
View File

@@ -0,0 +1,20 @@
type: docker
kind: pipeline
name: unit
steps:
- name: build
image: golang
commands:
- go test
- go build
- name: publish
image: plugins/docker
settings:
username:
from_secret: docker-user
password:
from_secret: docker-pw
repo:
from_secret: docker-repo