TrelloBot/.drone.yml
Simon 4e51dafdc0
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2020-04-29 15:54:12 +02:00

27 lines
No EOL
417 B
YAML

kind: pipeline
name: default
steps:
- name: install
image: node:14.0
commands:
- npm install
- name: deploy
image: plugins/docker
settings:
registry: registry.cliffbreak.de
repo: registry.cliffbreak.de/trellobot
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- push
- tag
- deployment
trigger:
branch:
- master