|
@@ -38,5 +38,14 @@ pipeline:
|
|
|
volumes:
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
- /home/stdio/.docker/config.json:/root/.docker/config.json
|
|
|
+ notify:
|
|
|
+ image: drillster/drone-email
|
|
|
+ host: smtp.hexasoftware.com
|
|
|
++ skip_verify: true
|
|
|
+ username: luisf@hexasoftware.com
|
|
|
+ password: $$email_password
|
|
|
+ from: drone@hexasoftware.com
|
|
|
+ when:
|
|
|
+ status: [ changed, failure ]
|
|
|
|
|
|
|