How do we deploy code?

  • You can potentially copy a JAR file to a server
  • At midnight, stop the old server and start a new one
  • Hopefully only a few seconds of downtime right?
  • ... Or you can have a more complicated process
  • But will a human always do that process right?
  • Can we automate this?

19 / 25