Skip to content

Apps

An app is a deployable application that belongs to a project. Apps can have multiple releases, custom hostnames, and configuration.

An app represents a single deployable application within a project. It’s the primary unit for managing deployments, releases, and hostnames.

  • Name: Unique identifier within the project
  • Project: The parent project
  • Current Release: The active release being served
  • Hostnames: Custom domains pointing to the app
  • Releases: Version history of deployments
  1. Create - Initialize a new app
  2. Deploy - Upload releases
  3. Configure - Add hostnames and settings
  4. Update - Deploy new releases
  5. Rollback - Revert to previous releases
  6. Manage - Monitor and maintain