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

29 lines
698 B
YAML
Raw Normal View History

2017-11-03 15:25:25 +01:00
pipeline:
2018-01-18 13:54:15 +01:00
build-debian:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/peertube
dockerfile: Dockerfile.debian
secrets: [ docker_username, docker_password ]
2018-01-22 10:42:03 +01:00
tags:
- latest
- debian
- debian-latest
2018-01-22 09:37:41 +01:00
build-alpine:
image: plugins/docker
registry: registry.dryusdan.fr
2018-01-22 10:42:03 +01:00
repo: registry.dryusdan.fr/dryusdan/peertube
2018-01-22 13:24:59 +01:00
dockerfile: Dockerfile.alpine
2018-01-22 09:37:41 +01:00
secrets: [ docker_username, docker_password ]
2018-01-22 10:42:03 +01:00
tags:
- alpine-latest
- alpine
2018-01-18 13:54:15 +01:00
2017-11-03 15:25:25 +01:00
push:
2017-11-14 00:30:21 +01:00
image: appleboy/drone-git-push
branch: master
remote: git@github.com:Dryusdan/docker-peertube.git
secrets: [ git_push_ssh_key ]