Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 289 Bytes

04-deployment-to-production.rst

File metadata and controls

5 lines (4 loc) · 289 Bytes

Deployment to production

  • Create tag in repo using command git tag vx.y.z, where x, y, z -- numbers stands for release version
  • Push tags into project repo(not to fork) using command git push <remote> --tags, where <remote> stands for main repo