Daeseon Yoo
Back to project
·Update·1 min

CI/CD, release automation, and one-command deploy scripts

Added GitHub Actions CI + a release workflow, plus deploy scripts for the server and the Windows agents — turning ad-hoc builds into a repeatable pipeline.

Reconstructed from commit baafdbe (2026-04-08).

Up to this point, building and shipping was manual. This commit made it a pipeline.

What shipped

Why it matters

For a solo-run project, automation is the team. CI means "did I break it?" is answered in a minute, not discovered in production. Release automation means a deploy is a button, not a checklist you can fumble. Everything that came later — the co-located Docker deploy, the per-deploy install scripts, the Windows install-test job — built on this foundation of "the pipeline does it, not my memory."