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

pipeline:
build-debian:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/peertube
dockerfile: Dockerfile.debian
secrets: [ docker_username, docker_password ]
tags:
- latest
- debian
- debian-latest
build-alpine:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/peertube
dockerfile: Dockerfile.alpine
secrets: [ docker_username, docker_password ]
tags:
- alpine-latest
- alpine
push:
image: appleboy/drone-git-push
branch: master
remote: git@github.com:Dryusdan/docker-peertube.git
secrets: [ git_push_ssh_key ]