From 5012ccd607e4ab56741222ab4b45acff7495876f Mon Sep 17 00:00:00 2001 From: DoctoDre Date: Sat, 25 Jul 2026 11:43:24 +0200 Subject: [PATCH] ci: hardcode SMTP host and port --- .gitea/workflows/andreknie-de-deploy.yml | 2 +- .gitea/workflows/projekt-kiq-hp-deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/andreknie-de-deploy.yml b/.gitea/workflows/andreknie-de-deploy.yml index 277180f..61b2a8a 100644 --- a/.gitea/workflows/andreknie-de-deploy.yml +++ b/.gitea/workflows/andreknie-de-deploy.yml @@ -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 }} diff --git a/.gitea/workflows/projekt-kiq-hp-deploy.yml b/.gitea/workflows/projekt-kiq-hp-deploy.yml index 3d469fa..a033176 100644 --- a/.gitea/workflows/projekt-kiq-hp-deploy.yml +++ b/.gitea/workflows/projekt-kiq-hp-deploy.yml @@ -81,8 +81,8 @@ jobs: 'ADMIN_USER=${{ secrets.KIQ_ADMIN_USER }}' \ 'ADMIN_PASSWORD=${{ secrets.KIQ_ADMIN_PASSWORD }}' \ 'SESSION_SECRET=${{ secrets.KIQ_SESSION_SECRET }}' \ - 'SMTP_HOST=${{ secrets.SMTP_HOST }}' \ - 'SMTP_PORT=${{ secrets.SMTP_PORT }}' \ + 'SMTP_HOST=smtp.ionos.de' \ + 'SMTP_PORT=587' \ 'SMTP_USER=${{ secrets.SMTP_USER }}' \ 'SMTP_PASS=${{ secrets.SMTP_PASS }}' \ 'ALERT_EMAIL=${{ secrets.KIQ_ALERT_EMAIL }}' \