What is Deployment?


Deployment is a simple and powerful app deployment engine with built-in CI/CD that saves time and enhances the developer experience.

A lot of engineering time is wasted on trivial DevOps related tasks like setting up infrastructure, CI/CD pipelines, previews, and environments.

Deployment simplifies the software development process and saves engineering time by:

  1. automating deploys on git push.
  2. automating creation of previews on pull requests for better code reviews.
  3. automating cloud infrastructure creation and deletion so unused cloud resources don't incur any cost.
  4. creating cloud development, staging, and production environments on the fly so developers, QA, and other stakeholders can easily test for new software before it goes live.