This repository has been archived on 2021-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
docker-tileboard-OUTDATED/.drone.yml

17 lines
257 B
YAML
Raw Normal View History

2019-10-19 16:38:39 +00:00
---
kind: pipeline
name: default
2019-10-19 16:31:14 +00:00
steps:
- name: docker
image: plugins/docker
settings:
repo: fbrinker/tileboard
username:
from_secret: docker_username
password:
from_secret: docker_password
2019-10-19 16:44:37 +00:00
trigger:
branch:
- master