DeployStack Configuration
Configuration for DeployStack applications, supporting app customization and deployment settings
| Type | object |
|---|---|
| File match |
**/.deploystack/config.yml
**/.deploystack/config.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/deploystack-configuration/latest.json |
| Source | https://cdnx.deploystack.io/schema/config.yml.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Configuration schema for DeployStack applications
Properties
application
object
Application metadata and settings
3 nested properties
logo
string
Path to the application logo. Can be a local file relative to .deploystack directory or an external URL. Supports PNG, WEBP, or JPG formats.
pattern=^(https?://.*|.*)\.(?:png|svg|jpg|jpeg|webp)$
name
string
Application name for display in catalogs and deployment interfaces (maximum 40 characters)
maxLength=40
description
string
Brief description of your application (maximum 500 characters)
maxLength=500
deployment
object
Deployment configuration including branch settings
1 nested properties
branches
object
Configuration for multiple branch deployment support