1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@
|
||||
pipeline: |
||||
build: |
||||
image: plugins/docker |
||||
registry: registry.dryusdan.fr |
||||
repo: registry.dryusdan.fr/dryusdan/isso |
||||
secrets: [ docker_username, docker_password ] |
||||
|
||||
push: |
||||
image: appleboy/drone-git-push |
||||
branch: master |
||||
remote: git@github.com:Dryusdan/docker-isso.git |
||||
secrets: [ git_push_ssh_key ] |
Reference in new issue