mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +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
|
||||
settings:
|
||||
debug: yes
|
||||
dsn:
|
||||
- from_secret: SMTP_SELFHOSTED_DSN
|
||||
dsn: "smtp://username:password@mail.example.com:587?verify_peer=1"
|
||||
from:
|
||||
address:
|
||||
- from_secret: SMTP_SELFHOSTED_FROM_EMAIL
|
||||
|
|
|
@ -17,8 +17,7 @@ steps:
|
|||
image: deblan/woodpecker-email
|
||||
settings:
|
||||
debug: yes
|
||||
dsn:
|
||||
- from_secret: SMTP_SELFHOSTED_DSN
|
||||
dsn: "smtp://username:password@mail.example.com:587?verify_peer=1"
|
||||
from:
|
||||
address:
|
||||
- from_secret: SMTP_SELFHOSTED_FROM_EMAIL
|
||||
|
|
Loading…
Add table
Reference in a new issue