By andrewconner
via eng.42go.com
Published: Feb 15 2013 / 10:04
Since we’re operating in continuous deployment mode, it’s important to us to know the current application version and to link it with its code snapshot. This helps us to pinpoint problems, bad versions, and compatibility issues and to keep track of server-side analytics events. To do that, we have our application distribution (zip) file tagged with the build time, git branch and commit hash.
Add your comment