DEV Community

Discussion on: What is CI/CD? Introduction to CI/CD for newbies

Collapse
 
martin2844 profile image
martin2844

To start, I've found that the simplest solution came with github Actions and github runners.

I work with node and react, so my apps are deployed to a vps. Its amazing to code, push and deploy automatically to the vps.

Collapse
 
waylonwalker profile image
Waylon Walker

GitHub actions is such a fantastic way to get started, They have such a simple and intuitive product.