Remove duplication
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-11 13:41:11 +01:00
parent 760473d601
commit 3ed6071e3c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 0 additions and 2 deletions

View File

@ -23,4 +23,3 @@ smtp_host = {{ env "SMTP_HOST" }}
smtp_password = {{ secret "smtp_password" }}
smtp_port = {{ env "SMTP_PORT" }}
smtp_starttls = {{ env "SMTP_STARTTLS" }}
smtp_username = {{ env "MAIL_FROM" }}

View File

@ -38,7 +38,6 @@ x-environment: &default-env
- SMTP_HOST=${SMTP_HOST}
- SMTP_PORT=${SMTP_PORT}
- SMTP_STARTTLS=${SMTP_STARTTLS}
- SMTP_USERNAME=${SMTP_USERNAME}
services:
web: