ci: hardcode SMTP host and port

This commit is contained in:
2026-07-25 11:43:24 +02:00
parent fbcd7a506e
commit 5012ccd607
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
PORT=3003
NODE_ENV=production
BASE_URL=https://andreknie.de
SMTP_HOST=${{ secrets.SMTP_HOST }}
SMTP_HOST=smtp.ionos.de
SMTP_PORT=587
SMTP_USER=${{ secrets.SMTP_USER }}
SMTP_PASS=${{ secrets.SMTP_PASS }}