Download the PHP package drenso/symfony-deployer-bundle without Composer
On this page you can find all versions of the php package drenso/symfony-deployer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download drenso/symfony-deployer-bundle
More information about drenso/symfony-deployer-bundle
Files in drenso/symfony-deployer-bundle
Package symfony-deployer-bundle
Short Description Deploy scripting bundle for Symfony
License Apache-2.0
Homepage https://gitlab.drenso.nl/intern/symfony-deployer-bundle
Informations about the package symfony-deployer-bundle
Symfony Deployer Bundle - Easy deployment scripting
This bundle can be used to configure scripts that should be run during your deployment.
Generate new script
Run bin/console drenso:deployer:generate
.
Deployment setup
Just add the following commands to your deployment script, at the required positions:
- Pre-deployment scripts:
bin/console drenso:deployer:pre
- Post-deployment scripts:
bin/console drenso:deployer:post
Command types
This bundle distinguishes between two main command types: always
and once
. Both can be configured for either the pre
or post
deployment hook.
Skipping a step
You can use the skipIf
method in the script to conditionally skip a script. It will not be marked as executed, so it can still be executed if the condition result changed in the future.
All versions of symfony-deployer-bundle with dependencies
ext-hash Version *
doctrine/doctrine-bundle Version ^2.11
doctrine/orm Version ^2.13|^3.0
symfony/asset Version ^5.4|^6.0|^7.0
symfony/config Version ^5.4|^6.0|^7.0
symfony/console Version ^5.4|^6.0|^7.0
symfony/dependency-injection Version ^5.4|^6.0|^7.0
symfony/http-kernel Version ^5.4|^6.0|^7.0
symfony/validator Version ^5.4|^6.0|^7.0
symfony/service-contracts Version ^2|^3