Deployer Recipe
A Deployer yaml recipes
| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/deployer-recipe/latest.json |
| Source | https://raw.githubusercontent.com/deployphp/deployer/master/src/schema.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
import
string | string[]
config
object
hosts
Record<string, object>
tasks
Record<string, object | object | object | object | object | object[] | string[]>
before
Record<string, string | string[]>
after
Record<string, string | string[]>
fail
Record<string, string>