ppsfleet-deluge/.drone.yml

21 lines
327 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: python:3
commands:
- python setup.py bdist_egg
- name: release
image: plugins/gitea-release
settings:
base_url: https://git.bksp.space
api_key:
from_secret: gitea_token
files: dist/*
title: "Package"
when:
event: tag