On Thu, 24 Jun 2021 20:19:46 -0400 Richard wrote: > What is "continuous deployment"?
i believe that "CD" is simply that the auto-build server (CI), also uploads its binary artifact to some other server as a "nightly" release in the case of a forge with CI-integration, the destination server may be the forge server itself - another common use-case us where the "artifacts" are HTML, javascript, server-side scripts, and _whatever else_ to produce a live website, with the destinations server being a live web server
