Add CI/CD

This commit is contained in:
Mael G. 2023-08-13 17:28:11 +02:00
parent 6c788651e2
commit 2c2586bd3b

15
.woodpecker/release.yml Normal file
View file

@ -0,0 +1,15 @@
workspace:
base: /go
path: src/git.gnous.eu/enpls/validtoml
steps:
clone:
git:
image: woodpeckerci/plugin-git
settings:
tags: true
release:
image: goreleaser/goreleaser
commands:
- goreleaser release
secrets: [gitea_token]