diff --git a/.drone.yml b/.drone.yml index 1559893..33d909c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ steps: - name: deploy cv on terminal-cv image: greglebreton/drone-rsync:aarch64 settings: - hosts: ["192.168.1.101"] + hosts: ["192.168.0.100"] target: /workspace/terminal-cv/site/resources/resume.pdf source: ./out.pdf port: 2021 @@ -68,14 +68,14 @@ steps: - name: notify image: greglebreton/drone-email:arm64 settings: - from.address: greg.lebreton@hotmail.com - host: smtp-mail.outlook.com + from.address: contact@gregandev.fr + host: mail.gregandev.fr port: 587 debug: true - username: greg.lebreton@hotmail.com + username: contact@gregandev.fr password: from_secret: MAIL_PASSWORD - recipients: [ greg.lebreton@hotmail.com ] + recipients: [ greg@gregandev.fr ] subject: > [{{ build.status }}] {{ repo.owner }}/{{ repo.name }}