1
0
mirror of https://github.com/azlux/pymumble synced 2024-11-23 13:56:26 +00:00
pymumble/.drone.yml
2020-10-07 00:41:11 +02:00

20 lines
267 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: pypi_publish
image: plugins/pypi
settings:
username:
from_secret: pypi_username
password:
from_secret: pypi_password
node:
location: local
trigger:
event:
- tag