You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
588 B

pipeline:
publish:
image: plugins/docker:17.10
repo: andrey01/aria2c
tag: latest
dockerfile: Dockerfile
secrets: [ docker_username, docker_password ]
when:
event: [push, tag]
notify:
image: drillster/drone-email:2.1.0
from: Drone CI <drone-noreply@nixaid.com>
host: mail.nixaid.com
port: 587
subject: andrey01/aria2c - Drone Pipeline {{#success build.status}}SUCCESS{{else}}FAILURE{{/success}} Notification
# recipients: [ andrey.arapov@nixaid.com ]
when:
event: [push, tag]
# status: [success, failure, changed]