Ask HN: examples of good deployment practices2 points·by matysanchez·13 anni fa·0 commentsI am working on my startup. I am using GIT.My branch strategy is simple: * 2 branches: dev & master Dev branch: current development, master branch: new releasesAlso to add some feature or fix a bug I use another branch then I merge that branch into dev.In this particular case, or any generic case, what do you think is a good deployment practice?0 commentsPost comment—
My branch strategy is simple: * 2 branches: dev & master Dev branch: current development, master branch: new releases
Also to add some feature or fix a bug I use another branch then I merge that branch into dev.
In this particular case, or any generic case, what do you think is a good deployment practice?