hugo_website/.drone.yml
sthope 30ef275212
Some checks failed
continuous-integration/drone/push Build is failing
initial commit
2021-09-06 18:20:37 +02:00

24 lines
417 B
YAML

---
kind: pipeline
type: docker
steps:
- name: test
image: plugins/hugo
settings:
validate: true
pull: always
source: blog/
- name: docker_push
image: plugins/docker
when:
branch: master
event: push
settings:
username: sthopeless
password:
from_secret: docker_password
repo: sthopeless/hugo_template
registry:
tags: latest