diff --git a/.drone.yml b/.drone.yml index ac53cf3..050c2cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,17 +8,17 @@ steps: commands: - sh "00-deps.sh" - sh "10-build.sh" + - name: deliver image: drillster/drone-email - environment: - EMAIL_HOST: mail.k-space.ee - EMAIL_PORT: 465 - username: jenkins - password: - from_secret: email_password - from: drone@k-space.ee - subject: Openwrt image - attachment: bin/*.bin - when: - status: - - success + settings: + from.address: drone@k-space.ee + subject: Openwrt image + attachment: bin/*.bin + host: mail.k-space.ee + port: 465 + username: jenkins + password: + from_secret: email_password + recipients: + - lauri@k-space.ee