Golang bot for managing discord verifications
 
 
 
 
 

21 lines
396 B

kind: pipeline
type: docker
name: default
steps:
- name: Build
image: golang
commands:
- go get github.com/bwmarrin/discordgo
- go get github.com/rudi9719/loggy
- go vet -v
- go build
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://git.nightmare.haus
api_key:
from_secret: gitea_token
files: disgord-Thanos
when:
event: tag