Slide 16
Slide 16 text
Step 5: Code review ok, deploy to staging/production
◉ Always deploy to staging first and test it
◉ For staging, its ok to deploy the branch with your deployment
process
◉ If all (manual) tests are fine, then code is deployed to live.
◉ For live/productions, always create a tag and deploy the tag
◉ Given you are on HK-16 branch, execute git tag 1.6.25
◉ Then push the tag: git push origin 1.6.25 and deploy it live