feat: deploy Express server via CI/CD with systemd + nginx proxy
Deploy HiHala Dashboard / deploy (push) Failing after 51m18s

- Update deploy.yml to rsync server/, install deps, write .env from
  Gitea secrets, and restart hihala-dashboard.service
- Move tsx to regular dependencies for production use
- Remove unused SESSION_SECRET from config
- Accept PORT env var as fallback for SERVER_PORT

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
fahed
2026-04-06 17:59:34 +03:00
parent f3ce7705d6
commit b8d33f4f8c
3 changed files with 43 additions and 8 deletions
-1
View File
@@ -36,5 +36,4 @@ export const etl = {
export const auth = {
adminPin: process.env.ADMIN_PIN || '',
sessionSecret: process.env.SESSION_SECRET || 'hihala-dev-session-secret',
};