CI/CD in 30 Minutes: Deploying to a VM Using GitHub Actions
When I first heard the term CI/CD, it sounded like something only large companies use with complicated pipelines and enterprise tools. But CI/CD is simply this: Whenever you push code, your app automatically builds, tests, and deploys. No manual SS...
Oct 26, 20253 min read14


