From 3073afb30ed24cb157c501c0e68d5e68e525166d Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 20 Jul 2026 14:58:09 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...d9d706a78ebc8df5a6d0bfda60ab0b8c4d674.json | 47 +++++++++++++++++++ index.json | 3 ++ soviann.deploy-tasks-bundle.0.1.json | 47 +++++++++++++++++++ 4 files changed, 98 insertions(+) create mode 100644 archived/soviann.deploy-tasks-bundle/a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674.json create mode 100644 soviann.deploy-tasks-bundle.0.1.json diff --git a/RECIPES.md b/RECIPES.md index 210d8391..bc65ba93 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -627,6 +627,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sonata-project/page-bundle](https://packagist.org/packages/sonata-project/page-bundle) | [4.9](../../../tree/main/sonata-project/page-bundle/4.9) | | [sonata-project/translation-bundle](https://packagist.org/packages/sonata-project/translation-bundle) | [2.3](../../../tree/main/sonata-project/translation-bundle/2.3) | | [sonata-project/twig-extensions](https://packagist.org/packages/sonata-project/twig-extensions) | [1.2](../../../tree/main/sonata-project/twig-extensions/1.2) | +| [soviann/deploy-tasks-bundle](https://packagist.org/packages/soviann/deploy-tasks-bundle) | [0.1](../../../tree/main/soviann/deploy-tasks-bundle/0.1) | | [spatie/symfony-ignition-bundle](https://packagist.org/packages/spatie/symfony-ignition-bundle) | [0.0](../../../tree/main/spatie/symfony-ignition-bundle/0.0) | | [specshaper/encrypt-bundle](https://packagist.org/packages/specshaper/encrypt-bundle) | [3.0](../../../tree/main/specshaper/encrypt-bundle/3.0) | | [spiechu/symfony-commons-bundle](https://packagist.org/packages/spiechu/symfony-commons-bundle) | [0.1](../../../tree/main/spiechu/symfony-commons-bundle/0.1) | diff --git a/archived/soviann.deploy-tasks-bundle/a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674.json b/archived/soviann.deploy-tasks-bundle/a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674.json new file mode 100644 index 00000000..d7fd74b7 --- /dev/null +++ b/archived/soviann.deploy-tasks-bundle/a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674.json @@ -0,0 +1,47 @@ +{ + "manifests": { + "soviann/deploy-tasks-bundle": { + "manifest": { + "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" + ] + }, + "files": { + "config/packages/soviann_deploy_tasks.yaml": { + "contents": [ + "soviann_deploy_tasks:", + " storage:", + " type: filesystem", + " filesystem:", + " path: '%kernel.project_dir%/var/deploy-tasks'", + "", + " # Full reference: vendor/soviann/deploy-tasks-bundle/docs/", + "" + ], + "executable": false + }, + "deploy/host-tasks/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674" + } + } +} diff --git a/index.json b/index.json index 2a97f863..a21d03f1 100644 --- a/index.json +++ b/index.json @@ -2011,6 +2011,9 @@ "sonata-project/twig-extensions": [ "1.2" ], + "soviann/deploy-tasks-bundle": [ + "0.1" + ], "spatie/symfony-ignition-bundle": [ "0.0" ], diff --git a/soviann.deploy-tasks-bundle.0.1.json b/soviann.deploy-tasks-bundle.0.1.json new file mode 100644 index 00000000..d7fd74b7 --- /dev/null +++ b/soviann.deploy-tasks-bundle.0.1.json @@ -0,0 +1,47 @@ +{ + "manifests": { + "soviann/deploy-tasks-bundle": { + "manifest": { + "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" + ] + }, + "files": { + "config/packages/soviann_deploy_tasks.yaml": { + "contents": [ + "soviann_deploy_tasks:", + " storage:", + " type: filesystem", + " filesystem:", + " path: '%kernel.project_dir%/var/deploy-tasks'", + "", + " # Full reference: vendor/soviann/deploy-tasks-bundle/docs/", + "" + ], + "executable": false + }, + "deploy/host-tasks/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674" + } + } +}