deploy znaczy wdrażać.
Ale co znaczy wdrażać mając master branch. Czy to znaczy mergować skończony feature w master?
- Well, the main issue is that we deploy all the time.
- we deploy to production every day - often several times a day
- Anything in the master branch is deployable
- it means master branch has been deployed or at the worst will be deployed within hours.
- The master branch is stable and it is always, always safe to deploy from it
- You could have a deployed branch that is updated only when you deploy, but we don?t do that.
szczególnie chciałbym zrozumieć to zdanie:
-You could have a deployed branch that is updated only when you deploy, but we don?t do that. We simply expose the currently deployed SHA through the webapp itself and curl it if we need a comparison made.