Add step settings under settings key in docs

This commit is contained in:
Michael de Wit 2021-02-08 12:34:16 +01:00
parent 5a6dd0b174
commit 1d2b6deb8d

View file

@ -44,6 +44,7 @@ The Email plugin supports reading credentials and other parameters from the Dron
steps:
- name: notify:
image: drillster/drone-email
settings:
from: noreply@github.com
host: smtp.mailgun.org
+ username:
@ -89,6 +90,7 @@ Example configuration that generate a custom email:
steps:
- name: notify
image: drillster/drone-email
settings:
from: noreply@github.com
host: smtp.mailgun.org
username: octocat
@ -116,6 +118,7 @@ Example configuration that skips SSL verification:
steps:
- name: notify
image: drillster/drone-email
settings:
from: noreply@github.com
host: smtp.mailgun.org
username: octocat