From 077c36d3be35a41061afbc58a76279b1e3f20e6d Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 3 May 2023 17:38:49 +0200 Subject: [PATCH] feat: Ajout des notifications --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 42b4e6b..43df5b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,16 +62,16 @@ steps: - mc alias set garage https://s3.garage.resilien.cloud $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY --api S3v4 - mc mirror --overwrite /drone/src/dist garage/scores.ceiba-conseil.com -# - name: notify -# image: plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f -# settings: -# homeserver: https://converser.eu -# roomid: "QwOITmkKxRJJyCSDOZ:converser.eu" -# userid: "resilien:converser.eu" -# accesstoken: -# from_secret: MATRIX_ACCESSTOKEN -# when: -# status: [ failure ] +- name: notify + image: plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f + settings: + homeserver: https://converser.eu + roomid: "QwOITmkKxRJJyCSDOZ:converser.eu" + userid: "resilien:converser.eu" + accesstoken: + from_secret: MATRIX_ACCESSTOKEN + when: + status: [ failure ] volumes: - name: node_modules