master
Jan-Lukas Else 2020-04-26 15:00:57 +02:00
padre e716188dff
commit 79b28111f5
Se han modificado 1 ficheros con 20 adiciones y 0 borrados

20
.drone.yml Normal file
Ver fichero

@ -0,0 +1,20 @@
kind: pipeline
name: default
steps:
- name: publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quay.io/jlelse/hugo-micropub
registry: quay.io
tags: latest
when:
branch:
- master
event:
exclude:
- pull_request