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

13 lines
332 B
YAML
Raw Normal View History

2017-11-03 20:53:07 +01:00
pipeline:
build:
2017-11-13 23:14:50 +01:00
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/cachethq
secrets: [ docker_username, docker_password ]
2017-11-13 22:42:56 +01:00
2017-11-13 23:34:37 +01:00
push:
image: appleboy/drone-git-push
branch: master
remote: git@github.com:Dryusdan/docker-cachethq.git
2017-11-13 23:45:01 +01:00
secrets: [ git_push_ssh_key ]