mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-10 20:11:28 +08:00
Test dsn errors
This commit is contained in:
parent
73031fb0b9
commit
aa2798e854
2 changed files with 2 additions and 4 deletions
|
@ -26,8 +26,7 @@ steps:
|
||||||
image: deblan/woodpecker-email
|
image: deblan/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
debug: yes
|
debug: yes
|
||||||
dsn:
|
dsn: "smtp://username:password@mail.example.com:587?verify_peer=1"
|
||||||
- from_secret: SMTP_SELFHOSTED_DSN
|
|
||||||
from:
|
from:
|
||||||
address:
|
address:
|
||||||
- from_secret: SMTP_SELFHOSTED_FROM_EMAIL
|
- from_secret: SMTP_SELFHOSTED_FROM_EMAIL
|
||||||
|
|
|
@ -17,8 +17,7 @@ steps:
|
||||||
image: deblan/woodpecker-email
|
image: deblan/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
debug: yes
|
debug: yes
|
||||||
dsn:
|
dsn: "smtp://username:password@mail.example.com:587?verify_peer=1"
|
||||||
- from_secret: SMTP_SELFHOSTED_DSN
|
|
||||||
from:
|
from:
|
||||||
address:
|
address:
|
||||||
- from_secret: SMTP_SELFHOSTED_FROM_EMAIL
|
- from_secret: SMTP_SELFHOSTED_FROM_EMAIL
|
||||||
|
|
Loading…
Add table
Reference in a new issue