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:
- automating deploys on git push.
- automating creation of previews on pull requests for better code reviews.
- automating cloud infrastructure creation and deletion so unused cloud resources don't incur any cost.
- 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.