Update Drone email notification config
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -32,8 +32,8 @@ steps:
|
|||||||
- name: build-node
|
- name: build-node
|
||||||
image: node:latest
|
image: node:latest
|
||||||
commands:
|
commands:
|
||||||
- npm install -s
|
- yarn
|
||||||
- npm run build
|
- yarn build
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build the Docker image
|
# Build the Docker image
|
||||||
@@ -126,14 +126,16 @@ steps:
|
|||||||
- name: notify-email
|
- name: notify-email
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
settings:
|
settings:
|
||||||
skip_verify: true
|
host:
|
||||||
host: mail.flayks.com
|
from_secret: notify_email_server
|
||||||
username: admin@flayks.com
|
from:
|
||||||
|
from_secret: notify_email_address
|
||||||
|
username:
|
||||||
|
from_secret: notify_email_address
|
||||||
password:
|
password:
|
||||||
from_secret: notify_email_password
|
from_secret: notify_email_password
|
||||||
from: admin@flayks.com
|
|
||||||
recipients:
|
recipients:
|
||||||
- admin@flayks.com
|
- hello@flayks.com
|
||||||
recipients_only: true
|
recipients_only: true
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user