Fix: strip leading whitespace from .env.prod in deploy workflow
All checks were successful
Deploy to VPS / deploy (push) Successful in 6s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Carlos Escalante
2026-03-21 11:41:41 -06:00
parent a0a8f4eeaa
commit c994f06106

View File

@@ -22,6 +22,7 @@ jobs:
ADMIN_PASSWORD=${{ secrets.ADMIN_PASSWORD }}
LETSENCRYPT_EMAIL=${{ secrets.LETSENCRYPT_EMAIL }}
ENVEOF
sed -i 's/^[[:space:]]*//' .env.prod
- name: Build and deploy
run: |