From a600c9e8f12a7d20a42e4e5c3e0e832f3414534a Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 7 Jan 2021 21:28:29 +0100 Subject: [PATCH] fix: drone ci - cron --- .drone.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.drone.yml b/.drone.yml index a2b5ba6..8e90666 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ type: docker name: build-image-x86_64 steps: + - name: build-image-latest image: docker.io/volkerraschek/build-image:latest commands: @@ -29,6 +30,7 @@ steps: - master event: - push + - cron - name: push-image-tagged image: docker.io/volkerraschek/build-image:latest @@ -47,6 +49,22 @@ steps: event: - tag +- name: notify + image: drillster/drone-email + environment: + PLUGIN_HOST: + from_secret: smtp_host + PLUGIN_USERNAME: + from_secret: smtp_username + PLUGIN_PASSWORD: + from_secret: smtp_password + PLUGIN_FROM: + from_secret: smtp_mail_address + when: + status: + - changed + - failure + volumes: - name: docker_socket host: