This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
ppsfleet-deluge/.drone.yml
Gaël Berthaud-Müller f729406376
All checks were successful
continuous-integration/drone/push Build is passing
add title
2020-12-30 19:29:06 -05:00

20 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