This repository has been archived on 2023-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
twitch_data_collector/.drone.yml
2022-05-20 19:00:54 +02:00

32 lines
516 B
YAML

kind: pipeline
name: default
steps:
- name: create dist
image: golang:latest-alpine
commands:
- apk update
- apk add zip
- ./create_dist.sh
when:
event: tag
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.mthie.com
files:
- dist/*
title: ${DRONE_TAG}
note: CHANGELOG.md
checksum:
- md5
- sha1
- sha256
- sha512
- adler32
- crc32
when:
event: tag