Should you actually deploy your app every merge? — It seems like continuous deployment is what all DevOps teams shoot for. Every merge to master should go right into the customer’s hands. The code should be heavily tested with smoke, unit, and integration tests, put through staging environments, and then put out into the wild with a magic pipeline. …