----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Channels
Channels in Serverize help organize your deployments into distinct environments. Each project comes with two built-in channels that serve different purposes.
dev
: Your primary development environment for main/trunk branchespreview
: Temporary deployments for testing features, pull requests, or demos
Each of which maintains its own:
- Secrets (aka environment variables)
- Release history
- Configuration settings
Note
Channel creation is not currently supported. You get
dev
andpreview
channels by default. [!TIP] The channel name is optional in the CLI commands. If omitted, the default channel (dev) is used.
Managing Secrets
Each channel has its own secrets:
See the Secrets page for more information.
- Learn about Releases for version management
- Explore CI/CD Integration for automated deployments