hello-ci/.drone.yml
Christoph Honal 0cc393c1e2
Some checks failed
continuous-integration/drone/push Build is failing
Test
2020-02-13 10:31:49 +01:00

22 lines
436 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.chrz.de:443/hello-ci
registry: registry.chrz.de:443
dry_run: true
- name: notify
image: drillster/drone-email
host: smtp
port: 25
skip_verify: true
from: drone@chrz.de
when:
status: [ success, failure ]