This website works better with JavaScript.
Home
Explore
Help
Sign In
kevin
/
hugo-micropub
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add drone CI
master
Jan-Lukas Else
3 years ago
parent
e716188dff
commit
79b28111f5
1 changed files
with
20 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save