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-diaspora/.drone.yml

14 lines
333 B
YAML
Raw Permalink Normal View History

2017-11-23 20:24:49 +01:00
pipeline:
build:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/diaspora
secrets: [ docker_username, docker_password ]
push:
image: appleboy/drone-git-push
branch: master
remote: git@github.com:Dryusdan/docker-diaspora.git
secrets: [ git_push_ssh_key ]