jlelse
/
hugo-micropub
Archived
1
Fork 0

Add drone CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jan-Lukas Else 2020-04-26 15:00:57 +02:00
parent e716188dff
commit 79b28111f5
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -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