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

32 lines
516 B
YAML
Raw Permalink Normal View History

2022-05-20 18:22:09 +02:00
kind: pipeline
name: default
steps:
- name: create dist
2022-05-20 19:01:54 +02:00
image: golang:latest
2022-05-20 18:22:09 +02:00
commands:
2022-05-20 19:04:44 +02:00
- apt update
- apt install -y zip
2022-05-20 19:00:54 +02:00
- ./create_dist.sh
2022-05-20 18:22:09 +02:00
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