Browse Source

Add drone CI

master
Jan-Lukas Else 3 years ago
parent
commit
79b28111f5
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      .drone.yml

+ 20
- 0
.drone.yml 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

Loading…
Cancel
Save