Comment on Ask HN: Do you use continuous deployment for your web app? How (or why not)?Comments−jaypOP11yOne specific question is how does one resolve an issue?One option is to automatically revert back to a commit when an issue is discovered until a fix can be applied. Does anyone use this? If so, what is your team's SCM (i.e., git) workflow?
Comments
One specific question is how does one resolve an issue?
One option is to automatically revert back to a commit when an issue is discovered until a fix can be applied. Does anyone use this? If so, what is your team's SCM (i.e., git) workflow?