ZEIT
Projects and Deployments
Streamline your workflow with ZEIT's deployment management. Boost productivity and scale effortlessly
To get started with ZEIT, it's helpful to understand projects and deployments:
- Projects: A project is the application that you have deployed to ZEIT. You can have multiple projects connected to a single repository (for example, a monorepo), and multiple deployments for each project. You can view all of your projects on the dashboard, and configure your settings through the project dashboard.
- Deployments: A deployment is the result of a successfull build of your project. A deployment is triggered when you import an existing project or template, or when you push a Git commit through your connected integration or use
zeitgg deploy
from the CLI. Every deployment generates a URL automatically.
Next steps
To get started you'll create a new project by either deploying a template or importing and deploying an existing Git repository: