ci: hardcode SMTP host and port
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user