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
380 B
YAML
Raw Normal View History

2017-11-03 15:25:25 +01:00
pipeline:
2018-01-18 10:34:00 +01:00
build-alpine:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/peertube:alpine
dockerfile: Dockerfile.alpine
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 ]