HACKER Q&A
📣 tomasreimers

How do you deploy code from master to prod?


Curious what other people do? I know there are a lot of options for CI/CD these days and I'm curious what's popular.


  👤 gregorymfoster Accepted Answer ✓
At Airbnb, we built an internal tool called Deployboard which made it easy for engineers to promote deployments across environments. Then we transitioned over to Spinnaker in order to codify deployment processes and help automate the analysis of canary metrics.