Live data from Hacker News

Ask HN: How do you manage CI/CD for your own personal projects?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: How do you manage CI/CD for your own personal projects?

#2
Good question. I am also interested if anybody know of a CI/CD service that doesn’t require bundling a browser as a dev dependency. My application requires testing in a browser.

Even better is figuring out how to do CI/CD for a peer-to-peer application. I have been running instances of the app in virtual machines on my personal devices to perform test automation of request/response across a virtual network.