DEV Community

Discussion on: Application environments

Collapse
 
xcambar profile image
Xavier Cambar

This is all very true... unless you're embracing continuous deployment, in which case deploying straight to production is a core feature and a huge benefit.

Collapse
 
isaacdlyman profile image
Isaac Lyman

Interesting, I've never been on a team that practiced continuous deployment. A few questions: Where does QA fit in? What about automated tests? How do you maintain confidence in your changes? How do you handle large, cross-team feature development? In your experience, does it work as well as as a multi-stage release cycle?