Add soviann/deploy-tasks-bundle recipe (#2014)

This commit is contained in:
Sovian
2026-07-20 18:57:54 +04:00
committed by GitHub
parent ea23478eb5
commit 60759ac2b7
3 changed files with 24 additions and 0 deletions
@@ -0,0 +1,7 @@
soviann_deploy_tasks:
storage:
type: filesystem
filesystem:
path: '%kernel.project_dir%/var/deploy-tasks'
# Full reference: vendor/soviann/deploy-tasks-bundle/docs/
@@ -0,0 +1,17 @@
{
"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"
]
}