fix: ohne E-Mail

This commit is contained in:
ISA
2025-09-02 08:13:28 +02:00
parent 306f469634
commit cbc476b09a
6 changed files with 10 additions and 24 deletions

View File

@@ -35,22 +35,3 @@ steps:
commands:
- npm ci
- npx playwright test --project=chromium
- name: notify
image: deblan/woodpecker-email
settings:
dsn:
from_secret: SMTP_DSN # z.B. smtp://USER:PASS@smtp.office365.com:587?verify_peer=1
from:
address: "ci@dein-domain.tld"
name: "Woodpecker"
recipients:
- "ismail_ali_1@hotmail.com"
content:
subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }})"
body: |
Status: {{ pipeline.status }}
Build: {{ pipeline.url }}
Commit: {{ commit.sha }} von {{ commit.author_email }}
when:
status: [success, failure]