From 26f1741ae6398ab01327cc6292b1d18d359c61dc Mon Sep 17 00:00:00 2001 From: gregandev Date: Tue, 25 Jun 2024 08:39:56 +0200 Subject: [PATCH] update mail to hotmail --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 32ff661..de7f3ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,14 +55,14 @@ steps: - name: notify image: greglebreton/drone-email:arm64 settings: - from.address: greg@gregandev.fr - host: mail.gandi.net - port: 465 + from.address: greg.lebreton@hotmail.com + host: smtp-mail.outlook.com + port: 587 debug: true - username: greg@gregandev.fr + username: greg.lebreton@hotmail.com password: from_secret: MAIL_PASSWORD - recipients: [ greg@gregandev.fr ] + recipients: [ greg.lebreton@hotmail.com ] subject: > [{{ build.status }}] {{ repo.owner }}/{{ repo.name }}