ferrumgate-bin/.drone.yml

23 lines
377 B
YAML

---
kind: pipeline
type: docker
name: build and publish
steps:
- name: build binary package
image: whynothugo/makepkg
- name: publish
image: plugins/gitea-release
settings:
api_key:
from_secret: deploy_token
base_url: https://git.sys42.eu
files: "*.pkg.tar.zst"
checksum: md5sum
trigger:
event:
- tag
- pull_request