feat(Drone): Ajout d'une notification si erreur il y a
continuous-integration/drone Build was killed
Details
continuous-integration/drone Build was killed
Details
This commit is contained in:
parent
1b394ad151
commit
287fb36a80
16
.drone.yml
16
.drone.yml
|
@ -54,13 +54,13 @@ steps:
|
|||
- hugo deploy --environment production
|
||||
|
||||
- name: notify
|
||||
image: plugins/matrix
|
||||
image: plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f
|
||||
settings:
|
||||
homeserver: https://converser.eu
|
||||
roomid: "!QwOITmkKxRJJyCSDOZ:converser.eu"
|
||||
userid: "@resilien:converser.eu"
|
||||
roomid: "QwOITmkKxRJJyCSDOZ:converser.eu"
|
||||
userid: "resilien:converser.eu"
|
||||
accesstoken:
|
||||
from_secret: MATRIX_TOKEN
|
||||
from_secret: MATRIX_ACCESSTOKEN
|
||||
when:
|
||||
status: [ failure ]
|
||||
|
||||
|
@ -94,12 +94,12 @@ steps:
|
|||
- hugo deploy --environment staging
|
||||
|
||||
- name: notify
|
||||
image: plugins/matrix
|
||||
image: plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f
|
||||
settings:
|
||||
homeserver: https://converser.eu
|
||||
roomid: "!QwOITmkKxRJJyCSDOZ:converser.eu"
|
||||
userid: "@resilien:converser.eu"
|
||||
roomid: "QwOITmkKxRJJyCSDOZ:converser.eu"
|
||||
userid: "resilien:converser.eu"
|
||||
accesstoken:
|
||||
from_secret: MATRIX_TOKEN
|
||||
from_secret: MATRIX_ACCESSTOKEN
|
||||
when:
|
||||
status: [ failure ]
|
||||
|
|
Loading…
Reference in New Issue