mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
18 lines
440 B
JSON
18 lines
440 B
JSON
{
|
|
"bundles": {
|
|
"Soviann\\DeployTasksBundle\\SoviannDeployTasksBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"deploy/": "deploy/"
|
|
},
|
|
"copy-from-package": {
|
|
"bin/deploy-tasks-host.sh.dist": "%BIN_DIR%/deploy-tasks-host.sh"
|
|
},
|
|
"gitignore": [
|
|
"/.deploy-tasks-host.log",
|
|
"/.deploy-tasks-host.lock",
|
|
"/deploy-tasks-host.local.sh"
|
|
]
|
|
}
|