----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Releases
A release represents a specific version of your deployment within a channel. Each release has a unique name and URL, allowing you to manage multiple versions of your application.
Release Concepts
-
Default Release
- Every channel has a default release named
latest
- The
latest
release name is omitted from URLs
- Every channel has a default release named
-
Named Releases
- Custom names for specific versions
- Useful for feature branches or pull requests
- Appear in the deployment URL
URL Structure
Release URLs follow this pattern:
Examples:
Important
When using the default
latest
release, the release name is omitted from the URL.
Managing Releases
Creating Releases
A release is created when you deploy your project.
Optional parameters:
-c <channel>
: Target channel (default:dev
)-r <release-name>
: Release name (default:latest
)
List Releases
Terminate Releases
Auto-Termination
- Learn about CI/CD Integration
- Configure Preview Deployments
- Explore Secrets Management