Hacker News new | ask | show | jobs
by sanity31415 910 days ago
Yes, I've wired it up to work with Github Actions so it's automatic now - but it wasn't easy.
1 comments

I do it locally on my laptop where I develop, for small personal projects like this I wouldn't go through the pain of a CI/CD system.
That makes sense for a solo project, but there are three of us working on this so it's helpful to use CI/CD.
Yes, that makes more sense.