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

13 lines
326 B
YAML

pipeline:
build:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/ghost
secrets: [ docker_username, docker_password ]
push:
image: appleboy/drone-git-push
branch: master
remote: git@github.com:Dryusdan/docker-ghost.git
secrets: [ git_push_ssh_key ]