Update Drone email notification config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-10-03 14:26:43 +02:00
parent 1c8cb20b67
commit 567abe12c0

View File

@@ -32,8 +32,8 @@ steps:
- name: build-node
image: node:latest
commands:
- npm install -s
- npm run build
- yarn
- yarn build
#
# Build the Docker image
@@ -126,14 +126,16 @@ steps:
- name: notify-email
image: drillster/drone-email
settings:
skip_verify: true
host: mail.flayks.com
username: admin@flayks.com
host:
from_secret: notify_email_server
from:
from_secret: notify_email_address
username:
from_secret: notify_email_address
password:
from_secret: notify_email_password
from: admin@flayks.com
recipients:
- admin@flayks.com
- hello@flayks.com
recipients_only: true