koreader-sync/.drone.yml

15 lines
351 B
YAML
Raw Normal View History

2018-06-07 08:28:43 +00:00
pipeline:
docker:
image: plugins/docker
2018-11-27 07:34:39 +00:00
repo: thallian/koreader-sync
2018-06-07 08:28:43 +00:00
autotag: true
secrets: [ docker_username, docker_password ]
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_COMMIT_BRANCH}
- latest
notify:
image: plugins/matrix
secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ]