Add missing from
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-02 08:36:52 +02:00
parent 9fa2b2d1b7
commit a550017071
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export PHP_UPLOADS_CONF_VERSION=v3
export ENTRYPOINT_CONF_VERSION=v2
export ENTRYPOINT_MAILRELAY_CONF_VERSION=v1
export MSMTP_CONF_VERSION=v2
export MSMTP_CONF_VERSION=v3
sub_wp() {
CONTAINER=$(docker container ls -f "Name=${STACK_NAME}_app" --format '{{ .ID }}')

View File

@ -1,6 +1,7 @@
account default
host {{ env "SMTP_HOST" }}
from {{ env "MAIL_FROM" }}
user {{ env "MAIL_FROM" }}
port {{ env "SMTP_PORT" }}
{{ if eq (env "SMTP_AUTH") "on" }}