This repository has been archived on 2020-02-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
infomentor/.drone.yml
Matthias Bilger 92cf128433
All checks were successful
continuous-integration/drone/push Build is passing
updated changes
2019-09-27 08:45:12 +02:00

17 lines
366 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: deploy
image: plugins/docker
settings:
registry: registry.d1v3.de
repo: registry.d1v3.de/infomentor
username:
from_secret: docker_username
password:
from_secret: docker_password
tags: ["commit_${DRONE_COMMIT}","build_${DRONE_BUILD_NUMBER}", "latest"]