0

If somebody could explain this in the simplest of terms I would appreciate it. I'm trying to understand the differences between the two if there are any.

jrd1989
  • 698
  • 15
  • 48

1 Answers1

1

1) build is putting the engine together. Compile, package, test and put into inventory.

2) deploy is install in a car, put gas in and start up. Spin up an instance in a container, server, runtime interpreter and make available for production use.

Yaro
  • 66
  • 4