You've already forked ansible-role-common
Try out mail notification
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -2,6 +2,18 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
notify:
|
||||||
|
image: drillster/drone-email
|
||||||
|
host: mail.guise.net.nz
|
||||||
|
username:
|
||||||
|
from_secret: EMAIL_USER
|
||||||
|
password:
|
||||||
|
from_secret: EMAIL_PASS
|
||||||
|
from: drone@guise.net.nz
|
||||||
|
when:
|
||||||
|
status: [ changed, failure ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Test with Molecule
|
- name: Test with Molecule
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
|
|||||||
Reference in New Issue
Block a user