You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think hapi-harvester (as well as some of our other libs) lends itself for a more streamline branch flow. My suggestion would be to leverage github's: http://scottchacon.com/2011/08/31/github-flow.html
The text was updated successfully, but these errors were encountered:
Very interesting read. I do however wonder how they tackle the need for data migration with some issues when they so often deploy. That's the big mystery to me and would love to find out what a company such ad Github has in place for it.
I'm all for continuous delivery though, and we will be pushing to get there.
There's a number of strategies that can be combined to lessen the pain:
Feature toggles are a must have for teams delivering that frequently, as a full feature may take multiple days (and merges) to get done
Feature/glblagctwo 1147 #1 can be combined with blue/green db deployments. This means that dormant features which require db changes can be deployed whenever the team opts to. The DB change may just happen when the feature is toggled, or as an in-between step
I think hapi-harvester (as well as some of our other libs) lends itself for a more streamline branch flow. My suggestion would be to leverage github's: http://scottchacon.com/2011/08/31/github-flow.html
The text was updated successfully, but these errors were encountered: