docker-certbot-nginx/.drone.yml

14 lines
258 B
YAML
Raw Normal View History

kind: pipeline
name: default
steps:
- name: build and push
image: plugins/docker
pull: always
settings:
repo: askiiart/certbot-nginx
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password