stream-discord-bot/.drone.yml

16 lines
279 B
YAML
Raw Permalink Normal View History

2024-05-25 14:58:06 +00:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: roypur/stream-discord-bot
tags:
- latest
- ${DRONE_BUILD_FINISHED}