Skip to main content
Version: 1.0.0

Glossary: Deployment

A deployment is an atomic change to your Zeet project that causes your project to be re-built and re-deployed. Each project has an attached deployment history and you can revert to a previous deployment at any time if you need to roll back changes.

A deployment is triggered when:

  • A commit is pushed to the target branch (often main or production) of a project's source repository on GitHub
  • A change is made to the project's configuration on Zeet (for example, adding an environment variable), or
  • A project is deployed for the first time.