mkdocs/.drone/drone.yml
francesco 2572330805
All checks were successful
continuous-integration/drone/push Build is passing
Fix typo in drone pipeline
2021-04-22 23:52:57 +02:00

19 lines
373 B
YAML

kind: pipeline
type: docker
name: mkdocs
steps:
- name: build
image: plugins/docker
settings:
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASSWORD
storage_driver: vfs
registry: docker.r4o.ch
repo: docker.r4o.ch/francesco/mkdocs
tags:
- latest
image_pull_secrets:
- dockerconfig