DEV Community

Discussion on: What are Your Favorite DevOps Services?

Collapse
 
andy profile image
Andy Zhao (he/him)

@maestromac totally could see you answering this.

I really like having CI. We use CodeShip here, and it just makes pushing code really worry-free. You know when you've broken something, and when things work out just fine.

Collapse
 
kayis profile image
K

Cool!

As I wrote, I only looked into operational stuff, after the build when things are running on the clients.

Guess it also pays to look into things that need to happen before the shipping :D

Collapse
 
andy profile image
Andy Zhao (he/him)

Yeah for sure. There are times when things only break in production, but for the times when things break in development and you didn't realize, CI is great. :)