Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deployment is done in two parts - client side code, and server side code. Client side code can be deployment deployed as a web app onto our Client CDN using the Client CLI tool. Server side code can be deployed with our Server CLI, lodging your Node.JS code into our highly-available, highly-scalable environment. This code will be accessible via an API URL that the Server CLI will return.

Moving a project from a dev environment to testing or UAT, and then production can be done by simply deployment deploying your code base into the appropriate environment.

...

Maintenance of a project is essentially handled through the same two steps above - a development environment can be edited when needed, then pushed into a test or UAT environment when ready, and the then finally pushed into production.

...