- Add EnvironmentFile=/home/txeo/Git/yo/cv/.env to systemd unit - Add production overrides (GO_ENV, BEHIND_PROXY, ALLOWED_ORIGINS) - Deploy workflow now auto-updates systemd service file on each deploy
- Use 'go run .' instead of compiled binary - Single unified log file at /var/log/cv.log - Simpler configuration matching project philosophy
- Add deployment workflow with test, build, and deploy jobs - Add testing workflow for PRs - Add deployment scripts (deploy, healthcheck, rollback) - Add systemd service configuration - Update Makefile with CI/CD targets - Add comprehensive deployment documentation