mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add soviann/deploy-tasks-bundle recipe (#2014)
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user