This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
docker-peertube/.drone.yml

20 lines
449 B
YAML
Raw Normal View History

2017-11-03 15:25:25 +01:00
pipeline:
build:
2017-11-03 16:20:18 +01:00
image: plugins/docker
repo: registry.dryusdan.fr/dryusdan/peertube
registry: registry.dryusdan.fr
2017-11-03 15:25:25 +01:00
action: build
2017-11-03 16:20:18 +01:00
tags:
- latest
2017-11-03 15:25:25 +01:00
push:
image: xataz/docker-drone-plugin
2017-11-03 20:51:02 +01:00
repo: registry.dryusdan.fr/dryusdan/peertube
2017-11-03 22:02:40 +01:00
registry: registry.dryusdan.fr
username: $PRIVATE_LOGIN
password: $PRIVATE_PASSWORD
2017-11-03 15:25:25 +01:00
action: push
when:
branch: master
event: [push, tag, deployment]