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

14 lines
366 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
registry: registry.dryusdan.fr
2017-11-14 00:30:21 +01:00
repo: registry.dryusdan.fr/dryusdan/peertube
2018-01-18 10:03:23 +01:00
dockerfile: Dockerfile.debian
2017-11-14 00:30:21 +01:00
secrets: [ docker_username, docker_password ]
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 ]