hello-ci/.drone.yml

26 lines
481 B
YAML
Raw Normal View History

2020-02-13 09:31:49 +00:00
kind: pipeline
name: default
2020-02-13 17:07:19 +00:00
platform:
arch: arm64
2020-02-13 09:31:49 +00:00
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
2020-02-13 09:35:25 +00:00
settings:
2020-02-13 10:01:45 +00:00
host: smtp
port: 25
skip_verify: true
2020-02-13 09:58:50 +00:00
from: drone@chrz.de
2020-02-13 09:31:49 +00:00
when:
status: [ success, failure ]